Html Css Color HEX #BAB832 Earls Green

📋 copy color: '#BAB832'

red 186 ◦ green 184 ◦ blue 50

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

Shades of Earls Green #BAB832

Tints of Earls Green #BAB832

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.81%

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

R = 44.29%
G = 43.81%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BAB832 (or 0xBAB832) is known color: Earls Green. HEX triplet: BA, B8 and 32. RGB value is (186,184,50). Sum of RGB (Red+Green+Blue) = 186+184+50=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 184 (72.27% from 255 or 43.81% from 420); Blue value is 50 (19.92% from 255 or 11.90% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB832 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB832 is #4547CD. Grayscale: #A9A9A9. Windows color (decimal): -4540366 or 3324090. OLE color: 3324090.

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

Color convert

RGB 186 184 50 -
CMYK 0 0.01 0.73 0.27
HSL 59.12º 0.58% 0.46% -
HSV(B) 59.12º 0.73% 0.73% -
XYZ 37.97 44.95 9.69 -
YUV 169.32 60.66 139.9 -
System Red Green Blue C M Y K H S L
Decimal 186 184 50 0 0.01 0.73 0.27 59.12 0.58 0.46
Hex BA B8 32 0 1 49 1B 3B 3A 2E
Octal 272 270 62 0 1 111 33 73 72 56
Binary 10111010 10111000 110010 0 1 1001001 11011 111011 111010 101110

Color Harmonies of #BAB832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB832

Black with #BAB832

Text Example


Text Example

White with #BAB832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB832; }

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

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

background-color css

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

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

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

border-color css

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

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

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