#BDAF26

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

Shades of Earls Green #BDAF26

Tints of Earls Green #BDAF26

Color information

#BDAF26 (or 0xBDAF26) is unknown color: approx Earls Green. HEX triplet: BD, AF and 26. RGB value is (189,175,38). Sum of RGB (Red+Green+Blue) = 189+175+38=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 175 (68.75% from 255 or 43.53% from 402); Blue value is 38 (15.23% from 255 or 9.45% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAF26 is #4250D9. Grayscale: #A4A4A4. Windows color (decimal): -4346074 or 2535357. OLE color: 2535357.

HSL color Cylindrical-coordinate representation of color #BDAF26: hue angle of 54.44º 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 #BDAF26 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB18917538-
CMYK00.070.800.26
HSL54.44º66.52%44.51%-
HSV(B)54.44º79.89%74.12%-
XYZ36.6741.627.93-
YUV163.5757.14146.14-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.01%
GREEN value IS 175 (68.75% from 255) = 43.53%
BLUE value IS 38 (15.23% from 255) = 9.45%
R=47.01%
G=43.53%
B=9.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.80
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891753800.070.800.2654.4466.5244.51
HexBDAF2607501A36432d
Octal2752574607120326610355
Binary101111011010111110011001111010000110101101101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAF26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAF26; }

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

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

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

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

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

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

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

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