Html Css Color HEX #BFAC12 Earls Green

📋 copy color: '#BFAC12'

red 191 ◦ green 172 ◦ blue 18

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

Shades of Earls Green #BFAC12

Tints of Earls Green #BFAC12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.72%

R = 50.13%
G = 45.14%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BFAC12 (or 0xBFAC12) is known color: Earls Green. HEX triplet: BF, AC and 12. RGB value is (191,172,18). Sum of RGB (Red+Green+Blue) = 191+172+18=381 (50% of max value = 765). Red value is 191 (75% from 255 or 50.13% from 381); Green value is 172 (67.58% from 255 or 45.14% from 381); Blue value is 18 (7.42% from 255 or 4.72% from 381); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFAC12 is #4053ED. Grayscale: #A0A0A0. Windows color (decimal): -4215790 or 1223871. OLE color: 1223871.

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

Color convert

RGB 191 172 18 -
CMYK 0 0.10 0.91 0.25
HSL 53.41º 0.83% 0.41% -
HSV(B) 53.41º 0.91% 0.75% -
XYZ 36.35 40.63 6.5 -
YUV 160.13 47.79 150.02 -
System Red Green Blue C M Y K H S L
Decimal 191 172 18 0 0.10 0.91 0.25 53.41 0.83 0.41
Hex BF AC 12 0 A 5B 19 35 53 29
Octal 277 254 22 0 12 133 31 65 123 51
Binary 10111111 10101100 10010 0 1010 1011011 11001 110101 1010011 101001

Color Harmonies of #BFAC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAC12

Black with #BFAC12

Text Example


Text Example

White with #BFAC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAC12; }

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

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

background-color css

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

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

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

border-color css

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

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

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