#bdb82c

Color #BDB82C Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #BDB82C

Tints of Earls Green #BDB82C

Color information

#BDB82C (or 0xBDB82C) is unknown color: approx Earls Green. HEX triplet: BD, B8 and 2C. RGB value is (189,184,44). Sum of RGB (Red+Green+Blue) = 189+184+44=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 184 (72.27% from 255 or 44.12% from 417); Blue value is 44 (17.58% from 255 or 10.55% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB82C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB82C is #4247D3. Grayscale: #AAAAAA. Windows color (decimal): -4343764 or 2930877. OLE color: 2930877.

HSL color Cylindrical-coordinate representation of color #BDB82C: hue angle of 57.93º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BDB82C is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB18918444-
CMYK00.030.770.26
HSL57.93º62.23%45.69%-
HSV(B)57.93º76.72%74.12%-
XYZ38.5845.289.09-
YUV169.5457.16141.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 45.32%
GREEN value IS 184 (72.27% from 255) = 44.12%
BLUE value IS 44 (17.58% from 255) = 10.55%
R=45.32%
G=44.12%
B=10.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.77
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891844400.030.770.2657.9362.2345.69
HexBDB82C034D1A3a3e2e
Octal275270540311532727656
Binary1011110110111000101100011100110111010111010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bdb82c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bdb82c; }

 p { color: rgb(189,184,44); }

 H1.HeaderClassName
 {
   color: #bdb82c;
 }
 .AnyTagClassName
 {
   color: #bdb82c;
 }
</style>
background-color css

<style>
 a { background-color: #bdb82c; }

 a { background-color: rgb(189,184,44); }

 div.DivClassName
 {
   background-color: #bdb82c;
 }
 .BgClassName
 {
   background-color: #bdb82c;
 }
</style>
border-color css

<style>
 span { border-color: #bdb82c; }

 span { border-color: rgb(189,184,44); }

 td.TdClassName
 {
   border-color: #bdb82c;
 }
 .TagClassName
 {
   border-color: #bdb82c;
 }
</style>