Html Css Color HEX #BAA90F Earls Green

📋 copy color: '#BAA90F'

red 186 ◦ green 169 ◦ blue 15

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

Shades of Earls Green #BAA90F

Tints of Earls Green #BAA90F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.05%

R = 50.27%
G = 45.68%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BAA90F (or 0xBAA90F) is known color: Earls Green. HEX triplet: BA, A9 and 0F. RGB value is (186,169,15). Sum of RGB (Red+Green+Blue) = 186+169+15=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 169 (66.41% from 255 or 45.68% from 370); Blue value is 15 (6.25% from 255 or 4.05% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA90F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA90F is #4556F0. Grayscale: #9D9D9D. Windows color (decimal): -4544241 or 1026490. OLE color: 1026490.

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

Color convert

RGB 186 169 15 -
CMYK 0 0.09 0.92 0.27
HSL 54.04º 0.85% 0.39% -
HSV(B) 54.04º 0.92% 0.73% -
XYZ 34.52 38.85 6.13 -
YUV 156.53 48.13 149.02 -
System Red Green Blue C M Y K H S L
Decimal 186 169 15 0 0.09 0.92 0.27 54.04 0.85 0.39
Hex BA A9 F 0 9 5C 1B 36 55 27
Octal 272 251 17 0 11 134 33 66 125 47
Binary 10111010 10101001 1111 0 1001 1011100 11011 110110 1010101 100111

Color Harmonies of #BAA90F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA90F

Black with #BAA90F

Text Example


Text Example

White with #BAA90F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA90F; }

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

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

background-color css

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

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

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

border-color css

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

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

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