#8C8815

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

Shades of Trendy Green #8C8815

Tints of Trendy Green #8C8815

Color information

#8C8815 (or 0x8C8815) is unknown color: approx Trendy Green. HEX triplet: 8C, 88 and 15. RGB value is (140,136,21). Sum of RGB (Red+Green+Blue) = 140+136+21=297 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.14% from 297); Green value is 136 (53.52% from 255 or 45.79% from 297); Blue value is 21 (8.59% from 255 or 7.07% from 297); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8815 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C8815 is #7377EA. Grayscale: #7C7C7C. Windows color (decimal): -7567339 or 1411212. OLE color: 1411212.

HSL color Cylindrical-coordinate representation of color #8C8815: hue angle of 57.98º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8C8815 is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.45.

Color convert

RGB14013621-
CMYK00.030.850.45
HSL57.98º73.91%31.57%-
HSV(B)57.98º85%54.9%-
XYZ19.7523.244.15-
YUV124.0969.83139.35-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 47.14%
GREEN value IS 136 (53.52% from 255) = 45.79%
BLUE value IS 21 (8.59% from 255) = 7.07%
R=47.14%
G=45.79%
B=7.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.85
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401362100.030.850.4557.9873.9131.57
Hex8C881503552D3a4a20
Octal2142102503125557211240
Binary10001100100010001010101110101011011011110101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C8815; }

 p { color: rgb(140,136,21); }

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

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

 a { background-color: rgb(140,136,21); }

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

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

 span { border-color: rgb(140,136,21); }

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