Html Css Color HEX #BAB628 Earls Green

📋 copy color: '#BAB628'

red 186 ◦ green 182 ◦ blue 40

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

Shades of Earls Green #BAB628

Tints of Earls Green #BAB628

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.61%

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

R = 45.59%
G = 44.61%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BAB628 (or 0xBAB628) is known color: Earls Green. HEX triplet: BA, B6 and 28. RGB value is (186,182,40). Sum of RGB (Red+Green+Blue) = 186+182+40=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 182 (71.48% from 255 or 44.61% from 408); Blue value is 40 (16.02% from 255 or 9.80% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB628 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB628 is #4549D7. Grayscale: #A7A7A7. Windows color (decimal): -4540888 or 2668218. OLE color: 2668218.

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

Color convert

RGB 186 182 40 -
CMYK 0 0.02 0.78 0.27
HSL 58.36º 0.65% 0.44% -
HSV(B) 58.36º 0.78% 0.73% -
XYZ 37.36 44.05 8.54 -
YUV 167.01 56.33 141.55 -
System Red Green Blue C M Y K H S L
Decimal 186 182 40 0 0.02 0.78 0.27 58.36 0.65 0.44
Hex BA B6 28 0 2 4E 1B 3A 41 2C
Octal 272 266 50 0 2 116 33 72 101 54
Binary 10111010 10110110 101000 0 10 1001110 11011 111010 1000001 101100

Color Harmonies of #BAB628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB628

Black with #BAB628

Text Example


Text Example

White with #BAB628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB628; }

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

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

background-color css

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

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

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

border-color css

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

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

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