#BDA626

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

Shades of Earls Green #BDA626

Tints of Earls Green #BDA626

Color information

#BDA626 (or 0xBDA626) is unknown color: approx Earls Green. HEX triplet: BD, A6 and 26. RGB value is (189,166,38). Sum of RGB (Red+Green+Blue) = 189+166+38=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 166 (65.23% from 255 or 42.24% from 393); Blue value is 38 (15.23% from 255 or 9.67% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA626 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA626 is #4259D9. Grayscale: #9E9E9E. Windows color (decimal): -4348378 or 2533053. OLE color: 2533053.

HSL color Cylindrical-coordinate representation of color #BDA626: hue angle of 50.86º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BDA626 is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB18916638-
CMYK00.120.800.26
HSL50.86º66.52%44.51%-
HSV(B)50.86º79.89%74.12%-
XYZ34.9738.237.37-
YUV158.2860.12149.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.09%
GREEN value IS 166 (65.23% from 255) = 42.24%
BLUE value IS 38 (15.23% from 255) = 9.67%
R=48.09%
G=42.24%
B=9.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.80
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891663800.120.800.2650.8666.5244.51
HexBDA6260C501A33432d
Octal27524646014120326310355
Binary1011110110100110100110011001010000110101100111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA626; }

 p { color: rgb(189,166,38); }

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

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

 a { background-color: rgb(189,166,38); }

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

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

 span { border-color: rgb(189,166,38); }

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