#BCAC17

Color #BCAC17 Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #BCAC17

Tints of Earls Green #BCAC17

Color information

#BCAC17 (or 0xBCAC17) is unknown color: approx Earls Green. HEX triplet: BC, AC and 17. RGB value is (188,172,23). Sum of RGB (Red+Green+Blue) = 188+172+23=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 172 (67.58% from 255 or 44.91% from 383); Blue value is 23 (9.38% from 255 or 6.01% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAC17 is #4353E8. Grayscale: #A0A0A0. Windows color (decimal): -4412393 or 1551548. OLE color: 1551548.

HSL color Cylindrical-coordinate representation of color #BCAC17: hue angle of 54.18º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BCAC17 is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB18817223-
CMYK00.090.880.26
HSL54.18º78.2%41.37%-
HSV(B)54.18º87.77%73.73%-
XYZ35.6540.266.7-
YUV159.850.8148.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.09%
GREEN value IS 172 (67.58% from 255) = 44.91%
BLUE value IS 23 (9.38% from 255) = 6.01%
R=49.09%
G=44.91%
B=6.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.88
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881722300.090.880.2654.1878.241.37
HexBCAC1709581A364e29
Octal27425427011130326611651
Binary101111001010110010111010011011000110101101101001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAC17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAC17; }

 p { color: rgb(188,172,23); }

 H1.HeaderClassName
 {
   color: #BCAC17;
 }
 .AnyTagClassName
 {
   color: #BCAC17;
 }
</style>
background-color css

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

 a { background-color: rgb(188,172,23); }

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

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

 span { border-color: rgb(188,172,23); }

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