Html Css Color HEX #BAB828 Earls Green

📋 copy color: '#BAB828'

red 186 ◦ green 184 ◦ blue 40

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

Shades of Earls Green #BAB828

Tints of Earls Green #BAB828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.76%

R = 45.37%
G = 44.88%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BAB828 (or 0xBAB828) is known color: Earls Green. HEX triplet: BA, B8 and 28. RGB value is (186,184,40). Sum of RGB (Red+Green+Blue) = 186+184+40=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 184 (72.27% from 255 or 44.88% from 410); Blue value is 40 (16.02% from 255 or 9.76% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB828 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB828 is #4547D7. Grayscale: #A8A8A8. Windows color (decimal): -4540376 or 2668730. OLE color: 2668730.

HSL color Cylindrical-coordinate representation of color #BAB828: hue angle of 59.18º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BAB828 is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 184 40 -
CMYK 0 0.01 0.78 0.27
HSL 59.18º 0.65% 0.44% -
HSV(B) 59.18º 0.78% 0.73% -
XYZ 37.77 44.87 8.68 -
YUV 168.18 55.66 140.71 -
System Red Green Blue C M Y K H S L
Decimal 186 184 40 0 0.01 0.78 0.27 59.18 0.65 0.44
Hex BA B8 28 0 1 4E 1B 3B 41 2C
Octal 272 270 50 0 1 116 33 73 101 54
Binary 10111010 10111000 101000 0 1 1001110 11011 111011 1000001 101100

Color Harmonies of #BAB828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB828

Black with #BAB828

Text Example


Text Example

White with #BAB828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB828; }

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

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

background-color css

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

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

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

border-color css

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

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

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