Html Css Color HEX #BFAC20 Earls Green

📋 copy color: '#BFAC20'

red 191 ◦ green 172 ◦ blue 32

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

Shades of Earls Green #BFAC20

Tints of Earls Green #BFAC20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.1%

R = 48.35%
G = 43.54%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BFAC20 (or 0xBFAC20) is known color: Earls Green. HEX triplet: BF, AC and 20. RGB value is (191,172,32). Sum of RGB (Red+Green+Blue) = 191+172+32=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 172 (67.58% from 255 or 43.54% from 395); Blue value is 32 (12.89% from 255 or 8.10% from 395); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAC20 is #4053DF. Grayscale: #A2A2A2. Windows color (decimal): -4215776 or 2141375. OLE color: 2141375.

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

Color convert

RGB 191 172 32 -
CMYK 0 0.10 0.83 0.25
HSL 52.83º 0.71% 0.44% -
HSV(B) 52.83º 0.83% 0.75% -
XYZ 36.5 40.69 7.3 -
YUV 161.72 54.79 148.88 -
System Red Green Blue C M Y K H S L
Decimal 191 172 32 0 0.10 0.83 0.25 52.83 0.71 0.44
Hex BF AC 20 0 A 53 19 35 47 2C
Octal 277 254 40 0 12 123 31 65 107 54
Binary 10111111 10101100 100000 0 1010 1010011 11001 110101 1000111 101100

Color Harmonies of #BFAC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAC20

Black with #BFAC20

Text Example


Text Example

White with #BFAC20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAC20; }

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

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

background-color css

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

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

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

border-color css

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

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

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