#8B8821

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

Shades of Trendy Green #8B8821

Tints of Trendy Green #8B8821

Color information

#8B8821 (or 0x8B8821) is unknown color: approx Trendy Green. HEX triplet: 8B, 88 and 21. RGB value is (139,136,33). Sum of RGB (Red+Green+Blue) = 139+136+33=308 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.13% from 308); Green value is 136 (53.52% from 255 or 44.16% from 308); Blue value is 33 (13.28% from 255 or 10.71% from 308); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8821 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B8821 is #7477DE. Grayscale: #7D7D7D. Windows color (decimal): -7632863 or 2197643. OLE color: 2197643.

HSL color Cylindrical-coordinate representation of color #8B8821: hue angle of 58.3º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8B8821 is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.45.

Color convert

RGB13913633-
CMYK00.020.760.45
HSL58.3º61.63%33.73%-
HSV(B)58.3º76.26%54.51%-
XYZ19.7323.214.88-
YUV125.1675.99137.88-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.13%
GREEN value IS 136 (53.52% from 255) = 44.16%
BLUE value IS 33 (13.28% from 255) = 10.71%
R=45.13%
G=44.16%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.76
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391363300.020.760.4558.361.6333.73
Hex8B8821024C2D3a3e22
Octal213210410211455727642
Binary10001011100010001000010101001100101101111010111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,136,33); }

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

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

 a { background-color: rgb(139,136,33); }

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

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

 span { border-color: rgb(139,136,33); }

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