Html Css Color HEX #BAB827 Earls Green

📋 copy color: '#BAB827'

red 186 ◦ green 184 ◦ blue 39

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

Shades of Earls Green #BAB827

Tints of Earls Green #BAB827

RGB

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

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

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

R = 45.48%
G = 44.99%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BAB827 (or 0xBAB827) is known color: Earls Green. HEX triplet: BA, B8 and 27. RGB value is (186,184,39). Sum of RGB (Red+Green+Blue) = 186+184+39=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 184 (72.27% from 255 or 44.99% from 409); Blue value is 39 (15.62% from 255 or 9.54% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB827 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB827 is #4547D8. Grayscale: #A8A8A8. Windows color (decimal): -4540377 or 2603194. OLE color: 2603194.

HSL color Cylindrical-coordinate representation of color #BAB827: 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.79%. Process color model (Four color, CMYK) of #BAB827 is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 184 39 -
CMYK 0 0.01 0.79 0.27
HSL 59.18º 0.65% 0.44% -
HSV(B) 59.18º 0.79% 0.73% -
XYZ 37.76 44.87 8.59 -
YUV 168.07 55.16 140.79 -
System Red Green Blue C M Y K H S L
Decimal 186 184 39 0 0.01 0.79 0.27 59.18 0.65 0.44
Hex BA B8 27 0 1 4F 1B 3B 41 2C
Octal 272 270 47 0 1 117 33 73 101 54
Binary 10111010 10111000 100111 0 1 1001111 11011 111011 1000001 101100

Color Harmonies of #BAB827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB827

Black with #BAB827

Text Example


Text Example

White with #BAB827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB827; }

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

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

background-color css

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

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

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

border-color css

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

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

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