#8B8215

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

Shades of Trendy Green #8B8215

Tints of Trendy Green #8B8215

Color information

#8B8215 (or 0x8B8215) is unknown color: approx Trendy Green. HEX triplet: 8B, 82 and 15. RGB value is (139,130,21). Sum of RGB (Red+Green+Blue) = 139+130+21=290 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.93% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 21 (8.59% from 255 or 7.24% from 290); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8215 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B8215 is #747DEA. Grayscale: #787878. Windows color (decimal): -7634411 or 1409675. OLE color: 1409675.

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

Color convert

RGB13913021-
CMYK00.060.850.45
HSL55.42º73.75%31.37%-
HSV(B)55.42º84.89%54.51%-
XYZ18.7721.513.87-
YUV120.2771.98141.36-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.93%
GREEN value IS 130 (51.17% from 255) = 44.83%
BLUE value IS 21 (8.59% from 255) = 7.24%
R=47.93%
G=44.83%
B=7.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.85
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391302100.060.850.4555.4273.7531.37
Hex8B821506552D374a1f
Octal2132022506125556711237
Binary10001011100000101010101101010101101101110111100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,130,21); }

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

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

 a { background-color: rgb(139,130,21); }

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

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

 span { border-color: rgb(139,130,21); }

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