Html Css Color HEX #BAB421 Earls Green

📋 copy color: '#BAB421'

red 186 ◦ green 180 ◦ blue 33

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

Shades of Earls Green #BAB421

Tints of Earls Green #BAB421

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45.11%

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

R = 46.62%
G = 45.11%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BAB421 (or 0xBAB421) is known color: Earls Green. HEX triplet: BA, B4 and 21. RGB value is (186,180,33). Sum of RGB (Red+Green+Blue) = 186+180+33=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 180 (70.70% from 255 or 45.11% from 399); Blue value is 33 (13.28% from 255 or 8.27% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB421 is #454BDE. Grayscale: #A5A5A5. Windows color (decimal): -4541407 or 2208954. OLE color: 2208954.

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

Color convert

RGB 186 180 33 -
CMYK 0 0.03 0.82 0.27
HSL 57.65º 0.7% 0.43% -
HSV(B) 57.65º 0.82% 0.73% -
XYZ 36.85 43.19 7.83 -
YUV 165.04 53.49 142.95 -
System Red Green Blue C M Y K H S L
Decimal 186 180 33 0 0.03 0.82 0.27 57.65 0.7 0.43
Hex BA B4 21 0 3 52 1B 3A 46 2B
Octal 272 264 41 0 3 122 33 72 106 53
Binary 10111010 10110100 100001 0 11 1010010 11011 111010 1000110 101011

Color Harmonies of #BAB421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB421

Black with #BAB421

Text Example


Text Example

White with #BAB421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB421; }

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

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

background-color css

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

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

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

border-color css

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

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

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