Html Css Color HEX #BAA90B Earls Green

📋 copy color: '#BAA90B'

red 186 ◦ green 169 ◦ blue 11

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

Shades of Earls Green #BAA90B

Tints of Earls Green #BAA90B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 46.17%

 BLUE value IS 11 (4.69% from 255) = 3.01%

R = 50.82%
G = 46.17%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BAA90B (or 0xBAA90B) is known color: Earls Green. HEX triplet: BA, A9 and 0B. RGB value is (186,169,11). Sum of RGB (Red+Green+Blue) = 186+169+11=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 169 (66.41% from 255 or 46.17% from 366); Blue value is 11 (4.69% from 255 or 3.01% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA90B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA90B is #4556F4. Grayscale: #9C9C9C. Windows color (decimal): -4544245 or 764346. OLE color: 764346.

HSL color Cylindrical-coordinate representation of color #BAA90B: hue angle of 54.17º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BAA90B is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 169 11 -
CMYK 0 0.09 0.94 0.27
HSL 54.17º 0.89% 0.39% -
HSV(B) 54.17º 0.94% 0.73% -
XYZ 34.5 38.84 6 -
YUV 156.07 46.13 149.35 -
System Red Green Blue C M Y K H S L
Decimal 186 169 11 0 0.09 0.94 0.27 54.17 0.89 0.39
Hex BA A9 B 0 9 5E 1B 36 59 27
Octal 272 251 13 0 11 136 33 66 131 47
Binary 10111010 10101001 1011 0 1001 1011110 11011 110110 1011001 100111

Color Harmonies of #BAA90B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA90B

Black with #BAA90B

Text Example


Text Example

White with #BAA90B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA90B; }

 p { color: rgb(186,169,11); }

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

background-color css

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

 a { background-color: rgb(186,169,11); }

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

border-color css

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

 span { border-color: rgb(186,169,11); }

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