#BDA432

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

Shades of Earls Green #BDA432

Tints of Earls Green #BDA432

Color information

#BDA432 (or 0xBDA432) is unknown color: approx Earls Green. HEX triplet: BD, A4 and 32. RGB value is (189,164,50). Sum of RGB (Red+Green+Blue) = 189+164+50=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 164 (64.45% from 255 or 40.69% from 403); Blue value is 50 (19.92% from 255 or 12.41% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA432 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA432 is #425BCD. Grayscale: #9E9E9E. Windows color (decimal): -4348878 or 3318973. OLE color: 3318973.

HSL color Cylindrical-coordinate representation of color #BDA432: hue angle of 49.21º degrees, saturation: 0.58, 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 #BDA432 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB18916450-
CMYK00.130.740.26
HSL49.21º58.16%46.86%-
HSV(B)49.21º73.54%74.12%-
XYZ34.8437.68.44-
YUV158.4866.78149.77-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.90%
GREEN value IS 164 (64.45% from 255) = 40.69%
BLUE value IS 50 (19.92% from 255) = 12.41%
R=46.90%
G=40.69%
B=12.41%

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
Decimal1891645000.130.740.2649.2158.1646.86
HexBDA4320D4A1A313a2f
Octal2752446201511232617257
Binary101111011010010011001001101100101011010110001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA432; }

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

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

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

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

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

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

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

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