Html Css Color HEX #BFAC19 Earls Green

📋 copy color: '#BFAC19'

red 191 ◦ green 172 ◦ blue 25

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

Shades of Earls Green #BFAC19

Tints of Earls Green #BFAC19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.44%

R = 49.23%
G = 44.33%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BFAC19 (or 0xBFAC19) is known color: Earls Green. HEX triplet: BF, AC and 19. RGB value is (191,172,25). Sum of RGB (Red+Green+Blue) = 191+172+25=388 (51% of max value = 765). Red value is 191 (75% from 255 or 49.23% from 388); Green value is 172 (67.58% from 255 or 44.33% from 388); Blue value is 25 (10.16% from 255 or 6.44% from 388); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFAC19 is #4053E6. Grayscale: #A1A1A1. Windows color (decimal): -4215783 or 1682623. OLE color: 1682623.

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

Color convert

RGB 191 172 25 -
CMYK 0 0.10 0.87 0.25
HSL 53.13º 0.77% 0.42% -
HSV(B) 53.13º 0.87% 0.75% -
XYZ 36.41 40.65 6.85 -
YUV 160.92 51.29 149.45 -
System Red Green Blue C M Y K H S L
Decimal 191 172 25 0 0.10 0.87 0.25 53.13 0.77 0.42
Hex BF AC 19 0 A 57 19 35 4D 2A
Octal 277 254 31 0 12 127 31 65 115 52
Binary 10111111 10101100 11001 0 1010 1010111 11001 110101 1001101 101010

Color Harmonies of #BFAC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAC19

Black with #BFAC19

Text Example


Text Example

White with #BFAC19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAC19; }

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

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

background-color css

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

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

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

border-color css

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

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

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