#BAB01B

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

Shades of Earls Green #BAB01B

Tints of Earls Green #BAB01B

Color information

#BAB01B (or 0xBAB01B) is unknown color: approx Earls Green. HEX triplet: BA, B0 and 1B. RGB value is (186,176,27). Sum of RGB (Red+Green+Blue) = 186+176+27=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 176 (69.14% from 255 or 45.24% from 389); Blue value is 27 (10.94% from 255 or 6.94% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB01B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB01B is #454FE4. Grayscale: #A2A2A2. Windows color (decimal): -4542437 or 1814714. OLE color: 1814714.

HSL color Cylindrical-coordinate representation of color #BAB01B: hue angle of 56.23º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BAB01B is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB18617627-
CMYK00.050.850.27
HSL56.23º74.65%41.76%-
HSV(B)56.23º85.48%72.94%-
XYZ35.9741.577.16-
YUV16251.81145.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.81%
GREEN value IS 176 (69.14% from 255) = 45.24%
BLUE value IS 27 (10.94% from 255) = 6.94%
R=47.81%
G=45.24%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.85
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861762700.050.850.2756.2374.6541.76
HexBAB01B05551B384b2a
Octal2722603305125337011352
Binary10111010101100001101101011010101110111110001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB01B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB01B; }

 p { color: rgb(186,176,27); }

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

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

 a { background-color: rgb(186,176,27); }

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

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

 span { border-color: rgb(186,176,27); }

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