Html Css Color HEX #BAB227 Earls Green

📋 copy color: '#BAB227'

red 186 ◦ green 178 ◦ blue 39

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

Shades of Earls Green #BAB227

Tints of Earls Green #BAB227

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.17%

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

R = 46.15%
G = 44.17%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BAB227 (or 0xBAB227) is known color: Earls Green. HEX triplet: BA, B2 and 27. RGB value is (186,178,39). Sum of RGB (Red+Green+Blue) = 186+178+39=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 178 (69.92% from 255 or 44.17% from 403); Blue value is 39 (15.62% from 255 or 9.68% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB227 is #454DD8. Grayscale: #A5A5A5. Windows color (decimal): -4541913 or 2601658. OLE color: 2601658.

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

Color convert

RGB 186 178 39 -
CMYK 0 0.04 0.79 0.27
HSL 56.73º 0.65% 0.44% -
HSV(B) 56.73º 0.79% 0.73% -
XYZ 36.54 42.43 8.18 -
YUV 164.55 57.15 143.3 -
System Red Green Blue C M Y K H S L
Decimal 186 178 39 0 0.04 0.79 0.27 56.73 0.65 0.44
Hex BA B2 27 0 4 4F 1B 39 41 2C
Octal 272 262 47 0 4 117 33 71 101 54
Binary 10111010 10110010 100111 0 100 1001111 11011 111001 1000001 101100

Color Harmonies of #BAB227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB227

Black with #BAB227

Text Example


Text Example

White with #BAB227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB227; }

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

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

background-color css

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

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

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

border-color css

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

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

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