#BDA424

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

Shades of Earls Green #BDA424

Tints of Earls Green #BDA424

Color information

#BDA424 (or 0xBDA424) is unknown color: approx Earls Green. HEX triplet: BD, A4 and 24. RGB value is (189,164,36). Sum of RGB (Red+Green+Blue) = 189+164+36=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 164 (64.45% from 255 or 42.16% from 389); Blue value is 36 (14.45% from 255 or 9.25% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA424 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA424 is #425BDB. Grayscale: #9D9D9D. Windows color (decimal): -4348892 or 2401469. OLE color: 2401469.

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

Color convert

RGB18916436-
CMYK00.130.810.26
HSL50.2º68%44.12%-
HSV(B)50.2º80.95%74.12%-
XYZ34.5837.57.08-
YUV156.8859.78150.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.59%
GREEN value IS 164 (64.45% from 255) = 42.16%
BLUE value IS 36 (14.45% from 255) = 9.25%
R=48.59%
G=42.16%
B=9.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.81
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891643600.130.810.2650.26844.12
HexBDA4240D511A32442c
Octal27524444015121326210454
Binary1011110110100100100100011011010001110101100101000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA424; }

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

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

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

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

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

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

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

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