Html Css Color HEX #BAB032 Earls Green

📋 copy color: '#BAB032'

red 186 ◦ green 176 ◦ blue 50

#BAB032
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Earls Green #BAB032

Tints of Earls Green #BAB032

RGB

 RED value IS 186 (73.05% from 255) = 45.15%

 GREEN value IS 176 (69.14% from 255) = 42.72%

 BLUE value IS 50 (19.92% from 255) = 12.14%

R = 45.15%
G = 42.72%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BAB032 (or 0xBAB032) is known color: Earls Green. HEX triplet: BA, B0 and 32. RGB value is (186,176,50). Sum of RGB (Red+Green+Blue) = 186+176+50=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 176 (69.14% from 255 or 42.72% from 412); Blue value is 50 (19.92% from 255 or 12.14% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB032 is #454FCD. Grayscale: #A5A5A5. Windows color (decimal): -4542414 or 3322042. OLE color: 3322042.

HSL color Cylindrical-coordinate representation of color #BAB032: hue angle of 55.59º degrees, saturation: 0.58, 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 #BAB032 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 176 50 -
CMYK 0 0.05 0.73 0.27
HSL 55.59º 0.58% 0.46% -
HSV(B) 55.59º 0.73% 0.73% -
XYZ 36.35 41.72 9.15 -
YUV 164.63 63.31 143.25 -
System Red Green Blue C M Y K H S L
Decimal 186 176 50 0 0.05 0.73 0.27 55.59 0.58 0.46
Hex BA B0 32 0 5 49 1B 38 3A 2E
Octal 272 260 62 0 5 111 33 70 72 56
Binary 10111010 10110000 110010 0 101 1001001 11011 111000 111010 101110

Color Harmonies of #BAB032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB032

Black with #BAB032

Text Example


Text Example

White with #BAB032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB032; }

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

 H1.HeaderClassName
 {
   color: #BAB032;
 }
 .AnyTagClassName
 {
   color: #BAB032;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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