Html Css Color HEX #BFAA12 Earls Green

📋 copy color: '#BFAA12'

red 191 ◦ green 170 ◦ blue 18

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

Shades of Earls Green #BFAA12

Tints of Earls Green #BFAA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.75%

R = 50.4%
G = 44.85%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BFAA12 (or 0xBFAA12) is known color: Earls Green. HEX triplet: BF, AA and 12. RGB value is (191,170,18). Sum of RGB (Red+Green+Blue) = 191+170+18=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 170 (66.80% from 255 or 44.85% from 379); Blue value is 18 (7.42% from 255 or 4.75% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFAA12 is #4055ED. Grayscale: #9F9F9F. Windows color (decimal): -4216302 or 1223359. OLE color: 1223359.

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

Color convert

RGB 191 170 18 -
CMYK 0 0.11 0.91 0.25
HSL 52.72º 0.83% 0.41% -
HSV(B) 52.72º 0.91% 0.75% -
XYZ 35.97 39.87 6.37 -
YUV 158.95 48.46 150.86 -
System Red Green Blue C M Y K H S L
Decimal 191 170 18 0 0.11 0.91 0.25 52.72 0.83 0.41
Hex BF AA 12 0 B 5B 19 35 53 29
Octal 277 252 22 0 13 133 31 65 123 51
Binary 10111111 10101010 10010 0 1011 1011011 11001 110101 1010011 101001

Color Harmonies of #BFAA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAA12

Black with #BFAA12

Text Example


Text Example

White with #BFAA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAA12; }

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

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

background-color css

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

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

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

border-color css

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

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

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