Html Css Color HEX #BFAA15 Earls Green

📋 copy color: '#BFAA15'

red 191 ◦ green 170 ◦ blue 21

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

Shades of Earls Green #BFAA15

Tints of Earls Green #BFAA15

RGB

 RED value IS 191 (75% from 255) = 50%

 GREEN value IS 170 (66.8% from 255) = 44.5%

 BLUE value IS 21 (8.59% from 255) = 5.5%

R = 50%
G = 44.5%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BFAA15 (or 0xBFAA15) is known color: Earls Green. HEX triplet: BF, AA and 15. RGB value is (191,170,21). Sum of RGB (Red+Green+Blue) = 191+170+21=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 170 (66.80% from 255 or 44.50% from 382); Blue value is 21 (8.59% from 255 or 5.50% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFAA15 is #4055EA. Grayscale: #9F9F9F. Windows color (decimal): -4216299 or 1419967. OLE color: 1419967.

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

Color convert

RGB 191 170 21 -
CMYK 0 0.11 0.89 0.25
HSL 52.59º 0.8% 0.42% -
HSV(B) 52.59º 0.89% 0.75% -
XYZ 36 39.88 6.51 -
YUV 159.29 49.96 150.62 -
System Red Green Blue C M Y K H S L
Decimal 191 170 21 0 0.11 0.89 0.25 52.59 0.8 0.42
Hex BF AA 15 0 B 59 19 35 50 2A
Octal 277 252 25 0 13 131 31 65 120 52
Binary 10111111 10101010 10101 0 1011 1011001 11001 110101 1010000 101010

Color Harmonies of #BFAA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAA15

Black with #BFAA15

Text Example


Text Example

White with #BFAA15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAA15; }

 p { color: rgb(191,170,21); }

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

background-color css

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

 a { background-color: rgb(191,170,21); }

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

border-color css

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

 span { border-color: rgb(191,170,21); }

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