#BDB328

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

Shades of Earls Green #BDB328

Tints of Earls Green #BDB328

Color information

#BDB328 (or 0xBDB328) is unknown color: approx Earls Green. HEX triplet: BD, B3 and 28. RGB value is (189,179,40). Sum of RGB (Red+Green+Blue) = 189+179+40=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 179 (70.31% from 255 or 43.87% from 408); Blue value is 40 (16.02% from 255 or 9.80% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB328 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB328 is #424CD7. Grayscale: #A6A6A6. Windows color (decimal): -4345048 or 2667453. OLE color: 2667453.

HSL color Cylindrical-coordinate representation of color #BDB328: hue angle of 55.97º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BDB328 is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB18917940-
CMYK00.050.790.26
HSL55.97º65.07%44.9%-
HSV(B)55.97º78.84%74.12%-
XYZ37.4943.218.37-
YUV166.1456.81144.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.32%
GREEN value IS 179 (70.31% from 255) = 43.87%
BLUE value IS 40 (16.02% from 255) = 9.80%
R=46.32%
G=43.87%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891794000.050.790.2655.9765.0744.9
HexBDB328054F1A38412d
Octal2752635005117327010155
Binary101111011011001110100001011001111110101110001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB328; }

 p { color: rgb(189,179,40); }

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

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

 a { background-color: rgb(189,179,40); }

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

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

 span { border-color: rgb(189,179,40); }

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