Html Css Color HEX #BAB121 Earls Green

📋 copy color: '#BAB121'

red 186 ◦ green 177 ◦ blue 33

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

Shades of Earls Green #BAB121

Tints of Earls Green #BAB121

RGB

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

 GREEN value IS 177 (69.53% from 255) = 44.7%

 BLUE value IS 33 (13.28% from 255) = 8.33%

R = 46.97%
G = 44.7%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BAB121 (or 0xBAB121) is known color: Earls Green. HEX triplet: BA, B1 and 21. RGB value is (186,177,33). Sum of RGB (Red+Green+Blue) = 186+177+33=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 177 (69.53% from 255 or 44.70% from 396); Blue value is 33 (13.28% from 255 or 8.33% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB121 is #454EDE. Grayscale: #A3A3A3. Windows color (decimal): -4542175 or 2208186. OLE color: 2208186.

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

Color convert

RGB 186 177 33 -
CMYK 0 0.05 0.82 0.27
HSL 56.47º 0.7% 0.43% -
HSV(B) 56.47º 0.82% 0.73% -
XYZ 36.25 41.99 7.63 -
YUV 163.28 54.48 144.21 -
System Red Green Blue C M Y K H S L
Decimal 186 177 33 0 0.05 0.82 0.27 56.47 0.7 0.43
Hex BA B1 21 0 5 52 1B 38 46 2B
Octal 272 261 41 0 5 122 33 70 106 53
Binary 10111010 10110001 100001 0 101 1010010 11011 111000 1000110 101011

Color Harmonies of #BAB121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB121

Black with #BAB121

Text Example


Text Example

White with #BAB121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB121; }

 p { color: rgb(186,177,33); }

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

background-color css

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

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

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

border-color css

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

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

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