Html Css Color HEX #BFAB1F Earls Green

📋 copy color: '#BFAB1F'

red 191 ◦ green 171 ◦ blue 31

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

Shades of Earls Green #BFAB1F

Tints of Earls Green #BFAB1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.89%

R = 48.6%
G = 43.51%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BFAB1F (or 0xBFAB1F) is known color: Earls Green. HEX triplet: BF, AB and 1F. RGB value is (191,171,31). Sum of RGB (Red+Green+Blue) = 191+171+31=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 171 (67.19% from 255 or 43.51% from 393); Blue value is 31 (12.5% from 255 or 7.89% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAB1F is #4054E0. Grayscale: #A1A1A1. Windows color (decimal): -4216033 or 2075583. OLE color: 2075583.

HSL color Cylindrical-coordinate representation of color #BFAB1F: hue angle of 52.5º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BFAB1F is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 171 31 -
CMYK 0 0.10 0.84 0.25
HSL 52.5º 0.72% 0.44% -
HSV(B) 52.5º 0.84% 0.75% -
XYZ 36.3 40.3 7.16 -
YUV 161.02 54.63 149.38 -
System Red Green Blue C M Y K H S L
Decimal 191 171 31 0 0.10 0.84 0.25 52.5 0.72 0.44
Hex BF AB 1F 0 A 54 19 34 48 2C
Octal 277 253 37 0 12 124 31 64 110 54
Binary 10111111 10101011 11111 0 1010 1010100 11001 110100 1001000 101100

Color Harmonies of #BFAB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAB1F

Black with #BFAB1F

Text Example


Text Example

White with #BFAB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAB1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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