Html Css Color HEX #BFAB2F Earls Green

📋 copy color: '#BFAB2F'

red 191 ◦ green 171 ◦ blue 47

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

Shades of Earls Green #BFAB2F

Tints of Earls Green #BFAB2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.49%

R = 46.7%
G = 41.81%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BFAB2F (or 0xBFAB2F) is known color: Earls Green. HEX triplet: BF, AB and 2F. RGB value is (191,171,47). Sum of RGB (Red+Green+Blue) = 191+171+47=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 171 (67.19% from 255 or 41.81% from 409); Blue value is 47 (18.75% from 255 or 11.49% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAB2F is #4054D0. Grayscale: #A3A3A3. Windows color (decimal): -4216017 or 3124159. OLE color: 3124159.

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

Color convert

RGB 191 171 47 -
CMYK 0 0.10 0.75 0.25
HSL 51.67º 0.61% 0.47% -
HSV(B) 51.67º 0.75% 0.75% -
XYZ 36.56 40.41 8.56 -
YUV 162.84 62.63 148.08 -
System Red Green Blue C M Y K H S L
Decimal 191 171 47 0 0.10 0.75 0.25 51.67 0.61 0.47
Hex BF AB 2F 0 A 4B 19 34 3D 2F
Octal 277 253 57 0 12 113 31 64 75 57
Binary 10111111 10101011 101111 0 1010 1001011 11001 110100 111101 101111

Color Harmonies of #BFAB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAB2F

Black with #BFAB2F

Text Example


Text Example

White with #BFAB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAB2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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