#BDA431

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

Shades of Earls Green #BDA431

Tints of Earls Green #BDA431

Color information

#BDA431 (or 0xBDA431) is unknown color: approx Earls Green. HEX triplet: BD, A4 and 31. RGB value is (189,164,49). Sum of RGB (Red+Green+Blue) = 189+164+49=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 164 (64.45% from 255 or 40.80% from 402); Blue value is 49 (19.53% from 255 or 12.19% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA431 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA431 is #425BCE. Grayscale: #9E9E9E. Windows color (decimal): -4348879 or 3253437. OLE color: 3253437.

HSL color Cylindrical-coordinate representation of color #BDA431: hue angle of 49.29º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BDA431 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB18916449-
CMYK00.130.740.26
HSL49.29º58.82%46.67%-
HSV(B)49.29º74.07%74.12%-
XYZ34.8237.598.33-
YUV158.3666.28149.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.01%
GREEN value IS 164 (64.45% from 255) = 40.80%
BLUE value IS 49 (19.53% from 255) = 12.19%
R=47.01%
G=40.80%
B=12.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.74
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891644900.130.740.2649.2958.8246.67
HexBDA4310D4A1A313b2f
Octal2752446101511232617357
Binary101111011010010011000101101100101011010110001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA431; }

 p { color: rgb(189,164,49); }

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

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

 a { background-color: rgb(189,164,49); }

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

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

 span { border-color: rgb(189,164,49); }

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