#BABA33

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

Shades of Earls Green #BABA33

Tints of Earls Green #BABA33

Color information

#BABA33 (or 0xBABA33) is unknown color: approx Earls Green. HEX triplet: BA, BA and 33. RGB value is (186,186,51). Sum of RGB (Red+Green+Blue) = 186+186+51=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 51 (20.31% from 255 or 12.06% from 423); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABA33 is #4545CC. Grayscale: #ABABAB. Windows color (decimal): -4539853 or 3390138. OLE color: 3390138.

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

Color convert

RGB18618651-
CMYK000.730.27
HSL60º56.96%46.47%-
HSV(B)60º72.58%72.94%-
XYZ38.4145.89.95-
YUV170.6160.5138.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.97%
GREEN value IS 186 (73.05% from 255) = 43.97%
BLUE value IS 51 (20.31% from 255) = 12.06%
R=43.97%
G=43.97%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618651000.730.276056.9646.47
HexBABA3300491B3c392e
Octal272272630011133747156
Binary101110101011101011001100100100111011111100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABA33; }

 p { color: rgb(186,186,51); }

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

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

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

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

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

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

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