Html Css Color HEX #BFAC2F Earls Green

📋 copy color: '#BFAC2F'

red 191 ◦ green 172 ◦ blue 47

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

Shades of Earls Green #BFAC2F

Tints of Earls Green #BFAC2F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.95%

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

R = 46.59%
G = 41.95%
B = 11.46%

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

#BFAC2F (or 0xBFAC2F) is known color: Earls Green. HEX triplet: BF, AC and 2F. RGB value is (191,172,47). Sum of RGB (Red+Green+Blue) = 191+172+47=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 172 (67.58% from 255 or 41.95% from 410); Blue value is 47 (18.75% from 255 or 11.46% from 410); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAC2F is #4053D0. Grayscale: #A3A3A3. Windows color (decimal): -4215761 or 3124415. OLE color: 3124415.

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

Color convert

RGB 191 172 47 -
CMYK 0 0.10 0.75 0.25
HSL 52.08º 0.61% 0.47% -
HSV(B) 52.08º 0.75% 0.75% -
XYZ 36.75 40.79 8.62 -
YUV 163.43 62.29 147.66 -
System Red Green Blue C M Y K H S L
Decimal 191 172 47 0 0.10 0.75 0.25 52.08 0.61 0.47
Hex BF AC 2F 0 A 4B 19 34 3D 2F
Octal 277 254 57 0 12 113 31 64 75 57
Binary 10111111 10101100 101111 0 1010 1001011 11001 110100 111101 101111

Color Harmonies of #BFAC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAC2F

Black with #BFAC2F

Text Example


Text Example

White with #BFAC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAC2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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