Html Css Color HEX #BFAC15 Earls Green

📋 copy color: '#BFAC15'

red 191 ◦ green 172 ◦ blue 21

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

Shades of Earls Green #BFAC15

Tints of Earls Green #BFAC15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.47%

R = 49.74%
G = 44.79%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BFAC15 (or 0xBFAC15) is known color: Earls Green. HEX triplet: BF, AC and 15. RGB value is (191,172,21). Sum of RGB (Red+Green+Blue) = 191+172+21=384 (50% of max value = 765). Red value is 191 (75% from 255 or 49.74% from 384); Green value is 172 (67.58% from 255 or 44.79% from 384); Blue value is 21 (8.59% from 255 or 5.47% from 384); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFAC15 is #4053EA. Grayscale: #A1A1A1. Windows color (decimal): -4215787 or 1420479. OLE color: 1420479.

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

Color convert

RGB 191 172 21 -
CMYK 0 0.10 0.89 0.25
HSL 53.29º 0.8% 0.42% -
HSV(B) 53.29º 0.89% 0.75% -
XYZ 36.37 40.64 6.64 -
YUV 160.47 49.29 149.78 -
System Red Green Blue C M Y K H S L
Decimal 191 172 21 0 0.10 0.89 0.25 53.29 0.8 0.42
Hex BF AC 15 0 A 59 19 35 50 2A
Octal 277 254 25 0 12 131 31 65 120 52
Binary 10111111 10101100 10101 0 1010 1011001 11001 110101 1010000 101010

Color Harmonies of #BFAC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAC15

Black with #BFAC15

Text Example


Text Example

White with #BFAC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAC15; }

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

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

background-color css

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

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

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

border-color css

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

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

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