#BDA41E

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

Shades of Earls Green #BDA41E

Tints of Earls Green #BDA41E

Color information

#BDA41E (or 0xBDA41E) is unknown color: approx Earls Green. HEX triplet: BD, A4 and 1E. RGB value is (189,164,30). Sum of RGB (Red+Green+Blue) = 189+164+30=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 164 (64.45% from 255 or 42.82% from 383); Blue value is 30 (12.11% from 255 or 7.83% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA41E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA41E is #425BE1. Grayscale: #9C9C9C. Windows color (decimal): -4348898 or 2008253. OLE color: 2008253.

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

Color convert

RGB18916430-
CMYK00.130.840.26
HSL50.57º72.6%42.94%-
HSV(B)50.57º84.13%74.12%-
XYZ34.537.466.64-
YUV156.256.78151.4-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.35%
GREEN value IS 164 (64.45% from 255) = 42.82%
BLUE value IS 30 (12.11% from 255) = 7.83%
R=49.35%
G=42.82%
B=7.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891643000.130.840.2650.5772.642.94
HexBDA41E0D541A33492b
Octal27524436015124326311153
Binary101111011010010011110011011010100110101100111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA41E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA41E; }

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

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

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

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

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

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

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

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