Html Css Color HEX #BFAC13 Earls Green

📋 copy color: '#BFAC13'

red 191 ◦ green 172 ◦ blue 19

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

Shades of Earls Green #BFAC13

Tints of Earls Green #BFAC13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.97%

R = 50%
G = 45.03%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BFAC13 (or 0xBFAC13) is known color: Earls Green. HEX triplet: BF, AC and 13. RGB value is (191,172,19). Sum of RGB (Red+Green+Blue) = 191+172+19=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 172 (67.58% from 255 or 45.03% from 382); Blue value is 19 (7.81% from 255 or 4.97% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFAC13 is #4053EC. Grayscale: #A0A0A0. Windows color (decimal): -4215789 or 1289407. OLE color: 1289407.

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

Color convert

RGB 191 172 19 -
CMYK 0 0.10 0.90 0.25
HSL 53.37º 0.82% 0.41% -
HSV(B) 53.37º 0.9% 0.75% -
XYZ 36.36 40.63 6.54 -
YUV 160.24 48.29 149.94 -
System Red Green Blue C M Y K H S L
Decimal 191 172 19 0 0.10 0.90 0.25 53.37 0.82 0.41
Hex BF AC 13 0 A 5A 19 35 52 29
Octal 277 254 23 0 12 132 31 65 122 51
Binary 10111111 10101100 10011 0 1010 1011010 11001 110101 1010010 101001

Color Harmonies of #BFAC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAC13

Black with #BFAC13

Text Example


Text Example

White with #BFAC13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAC13; }

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

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

background-color css

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

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

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

border-color css

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

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

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