Html Css Color HEX #BAA61B Earls Green

📋 copy color: '#BAA61B'

red 186 ◦ green 166 ◦ blue 27

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

Shades of Earls Green #BAA61B

Tints of Earls Green #BAA61B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.8%

 BLUE value IS 27 (10.94% from 255) = 7.12%

R = 49.08%
G = 43.8%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BAA61B (or 0xBAA61B) is known color: Earls Green. HEX triplet: BA, A6 and 1B. RGB value is (186,166,27). Sum of RGB (Red+Green+Blue) = 186+166+27=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 166 (65.23% from 255 or 43.80% from 379); Blue value is 27 (10.94% from 255 or 7.12% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA61B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA61B is #4559E4. Grayscale: #9C9C9C. Windows color (decimal): -4544997 or 1812154. OLE color: 1812154.

HSL color Cylindrical-coordinate representation of color #BAA61B: hue angle of 52.45º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BAA61B is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 166 27 -
CMYK 0 0.11 0.85 0.27
HSL 52.45º 0.75% 0.42% -
HSV(B) 52.45º 0.85% 0.73% -
XYZ 34.08 37.79 6.53 -
YUV 156.13 55.13 149.3 -
System Red Green Blue C M Y K H S L
Decimal 186 166 27 0 0.11 0.85 0.27 52.45 0.75 0.42
Hex BA A6 1B 0 B 55 1B 34 4B 2A
Octal 272 246 33 0 13 125 33 64 113 52
Binary 10111010 10100110 11011 0 1011 1010101 11011 110100 1001011 101010

Color Harmonies of #BAA61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA61B

Black with #BAA61B

Text Example


Text Example

White with #BAA61B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA61B; }

 p { color: rgb(186,166,27); }

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

background-color css

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

 a { background-color: rgb(186,166,27); }

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

border-color css

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

 span { border-color: rgb(186,166,27); }

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