Html Css Color HEX #BFAC10 Earls Green

📋 copy color: '#BFAC10'

red 191 ◦ green 172 ◦ blue 16

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

Shades of Earls Green #BFAC10

Tints of Earls Green #BFAC10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.22%

R = 50.4%
G = 45.38%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BFAC10 (or 0xBFAC10) is known color: Earls Green. HEX triplet: BF, AC and 10. RGB value is (191,172,16). Sum of RGB (Red+Green+Blue) = 191+172+16=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 172 (67.58% from 255 or 45.38% from 379); Blue value is 16 (6.64% from 255 or 4.22% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFAC10 is #4053EF. Grayscale: #A0A0A0. Windows color (decimal): -4215792 or 1092799. OLE color: 1092799.

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

Color convert

RGB 191 172 16 -
CMYK 0 0.10 0.92 0.25
HSL 53.49º 0.85% 0.41% -
HSV(B) 53.49º 0.92% 0.75% -
XYZ 36.33 40.62 6.42 -
YUV 159.9 46.79 150.18 -
System Red Green Blue C M Y K H S L
Decimal 191 172 16 0 0.10 0.92 0.25 53.49 0.85 0.41
Hex BF AC 10 0 A 5C 19 35 55 29
Octal 277 254 20 0 12 134 31 65 125 51
Binary 10111111 10101100 10000 0 1010 1011100 11001 110101 1010101 101001

Color Harmonies of #BFAC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAC10

Black with #BFAC10

Text Example


Text Example

White with #BFAC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAC10; }

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

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

background-color css

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

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

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

border-color css

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

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

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