Html Css Color HEX #BFAB11 Earls Green

📋 copy color: '#BFAB11'

red 191 ◦ green 171 ◦ blue 17

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

Shades of Earls Green #BFAB11

Tints of Earls Green #BFAB11

RGB

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

 GREEN value IS 171 (67.19% from 255) = 45.12%

 BLUE value IS 17 (7.03% from 255) = 4.49%

R = 50.4%
G = 45.12%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BFAB11 (or 0xBFAB11) is known color: Earls Green. HEX triplet: BF, AB and 11. RGB value is (191,171,17). Sum of RGB (Red+Green+Blue) = 191+171+17=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 171 (67.19% from 255 or 45.12% from 379); Blue value is 17 (7.03% from 255 or 4.49% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFAB11 is #4054EE. Grayscale: #A0A0A0. Windows color (decimal): -4216047 or 1158079. OLE color: 1158079.

HSL color Cylindrical-coordinate representation of color #BFAB11: hue angle of 53.1º degrees, saturation: 0.84, 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 #BFAB11 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 171 17 -
CMYK 0 0.10 0.91 0.25
HSL 53.1º 0.84% 0.41% -
HSV(B) 53.1º 0.91% 0.75% -
XYZ 36.15 40.24 6.39 -
YUV 159.42 47.63 150.52 -
System Red Green Blue C M Y K H S L
Decimal 191 171 17 0 0.10 0.91 0.25 53.1 0.84 0.41
Hex BF AB 11 0 A 5B 19 35 54 29
Octal 277 253 21 0 12 133 31 65 124 51
Binary 10111111 10101011 10001 0 1010 1011011 11001 110101 1010100 101001

Color Harmonies of #BFAB11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAB11

Black with #BFAB11

Text Example


Text Example

White with #BFAB11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAB11; }

 p { color: rgb(191,171,17); }

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

background-color css

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

 a { background-color: rgb(191,171,17); }

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

border-color css

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

 span { border-color: rgb(191,171,17); }

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