#BDB11A

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

Shades of Earls Green #BDB11A

Tints of Earls Green #BDB11A

Color information

#BDB11A (or 0xBDB11A) is unknown color: approx Earls Green. HEX triplet: BD, B1 and 1A. RGB value is (189,177,26). Sum of RGB (Red+Green+Blue) = 189+177+26=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 177 (69.53% from 255 or 45.15% from 392); Blue value is 26 (10.55% from 255 or 6.63% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB11A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB11A is #424EE5. Grayscale: #A3A3A3. Windows color (decimal): -4345574 or 1749437. OLE color: 1749437.

HSL color Cylindrical-coordinate representation of color #BDB11A: hue angle of 55.58º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BDB11A is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB18917726-
CMYK00.060.860.26
HSL55.58º75.81%42.16%-
HSV(B)55.58º86.24%74.12%-
XYZ36.8942.347.2-
YUV163.3750.48146.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.21%
GREEN value IS 177 (69.53% from 255) = 45.15%
BLUE value IS 26 (10.55% from 255) = 6.63%
R=48.21%
G=45.15%
B=6.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891772600.060.860.2655.5875.8142.16
HexBDB11A06561A384c2a
Octal2752613206126327011452
Binary10111101101100011101001101010110110101110001001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB11A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB11A; }

 p { color: rgb(189,177,26); }

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

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

 a { background-color: rgb(189,177,26); }

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

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

 span { border-color: rgb(189,177,26); }

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