Html Css Color HEX #BAB232 Earls Green

📋 copy color: '#BAB232'

red 186 ◦ green 178 ◦ blue 50

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

Shades of Earls Green #BAB232

Tints of Earls Green #BAB232

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43%

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

R = 44.93%
G = 43%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BAB232 (or 0xBAB232) is known color: Earls Green. HEX triplet: BA, B2 and 32. RGB value is (186,178,50). Sum of RGB (Red+Green+Blue) = 186+178+50=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 178 (69.92% from 255 or 43.00% from 414); Blue value is 50 (19.92% from 255 or 12.08% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB232 is #454DCD. Grayscale: #A6A6A6. Windows color (decimal): -4541902 or 3322554. OLE color: 3322554.

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

Color convert

RGB 186 178 50 -
CMYK 0 0.04 0.73 0.27
HSL 56.47º 0.58% 0.46% -
HSV(B) 56.47º 0.73% 0.73% -
XYZ 36.75 42.51 9.29 -
YUV 165.8 62.65 142.41 -
System Red Green Blue C M Y K H S L
Decimal 186 178 50 0 0.04 0.73 0.27 56.47 0.58 0.46
Hex BA B2 32 0 4 49 1B 38 3A 2E
Octal 272 262 62 0 4 111 33 70 72 56
Binary 10111010 10110010 110010 0 100 1001001 11011 111000 111010 101110

Color Harmonies of #BAB232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB232

Black with #BAB232

Text Example


Text Example

White with #BAB232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB232; }

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

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

background-color css

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

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

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

border-color css

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

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

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