Html Css Color HEX #BAB527 Earls Green

📋 copy color: '#BAB527'

red 186 ◦ green 181 ◦ blue 39

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

Shades of Earls Green #BAB527

Tints of Earls Green #BAB527

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.58%

 BLUE value IS 39 (15.63% from 255) = 9.61%

R = 45.81%
G = 44.58%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BAB527 (or 0xBAB527) is known color: Earls Green. HEX triplet: BA, B5 and 27. RGB value is (186,181,39). Sum of RGB (Red+Green+Blue) = 186+181+39=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 181 (71.09% from 255 or 44.58% from 406); Blue value is 39 (15.62% from 255 or 9.61% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB527 is #454AD8. Grayscale: #A6A6A6. Windows color (decimal): -4541145 or 2602426. OLE color: 2602426.

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

Color convert

RGB 186 181 39 -
CMYK 0 0.03 0.79 0.27
HSL 57.96º 0.65% 0.44% -
HSV(B) 57.96º 0.79% 0.73% -
XYZ 37.14 43.63 8.38 -
YUV 166.31 56.16 142.05 -
System Red Green Blue C M Y K H S L
Decimal 186 181 39 0 0.03 0.79 0.27 57.96 0.65 0.44
Hex BA B5 27 0 3 4F 1B 3A 41 2C
Octal 272 265 47 0 3 117 33 72 101 54
Binary 10111010 10110101 100111 0 11 1001111 11011 111010 1000001 101100

Color Harmonies of #BAB527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB527

Black with #BAB527

Text Example


Text Example

White with #BAB527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB527; }

 p { color: rgb(186,181,39); }

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

background-color css

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

 a { background-color: rgb(186,181,39); }

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

border-color css

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

 span { border-color: rgb(186,181,39); }

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