Html Css Color HEX #BAA51B Earls Green

📋 copy color: '#BAA51B'

red 186 ◦ green 165 ◦ blue 27

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

Shades of Earls Green #BAA51B

Tints of Earls Green #BAA51B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.65%

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

R = 49.21%
G = 43.65%
B = 7.14%

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

#BAA51B (or 0xBAA51B) is known color: Earls Green. HEX triplet: BA, A5 and 1B. RGB value is (186,165,27). Sum of RGB (Red+Green+Blue) = 186+165+27=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 165 (64.84% from 255 or 43.65% from 378); Blue value is 27 (10.94% from 255 or 7.14% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA51B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA51B is #455AE4. Grayscale: #9C9C9C. Windows color (decimal): -4545253 or 1811898. OLE color: 1811898.

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

Color convert

RGB 186 165 27 -
CMYK 0 0.11 0.85 0.27
HSL 52.08º 0.75% 0.42% -
HSV(B) 52.08º 0.85% 0.73% -
XYZ 33.9 37.43 6.47 -
YUV 155.55 55.46 149.72 -
System Red Green Blue C M Y K H S L
Decimal 186 165 27 0 0.11 0.85 0.27 52.08 0.75 0.42
Hex BA A5 1B 0 B 55 1B 34 4B 2A
Octal 272 245 33 0 13 125 33 64 113 52
Binary 10111010 10100101 11011 0 1011 1010101 11011 110100 1001011 101010

Color Harmonies of #BAA51B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA51B

Black with #BAA51B

Text Example


Text Example

White with #BAA51B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA51B; }

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

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

background-color css

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

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

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

border-color css

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

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

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