#828B16

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

Shades of Trendy Green #828B16

Tints of Trendy Green #828B16

Color information

#828B16 (or 0x828B16) is unknown color: approx Trendy Green. HEX triplet: 82, 8B and 16. RGB value is (130,139,22). Sum of RGB (Red+Green+Blue) = 130+139+22=291 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.67% from 291); Green value is 139 (54.69% from 255 or 47.77% from 291); Blue value is 22 (8.98% from 255 or 7.56% from 291); Max value from RGB is 139 - color contains mainly: green. Hex color #828B16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828B16 is #7D74E9. Grayscale: #7B7B7B. Windows color (decimal): -8221930 or 1477506. OLE color: 1477506.

HSL color Cylindrical-coordinate representation of color #828B16: hue angle of 64.62º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #828B16 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB13013922-
CMYK0.0600.840.45
HSL64.62º72.67%31.57%-
HSV(B)64.62º84.17%54.51%-
XYZ18.5823.274.27-
YUV122.9771.02133.01-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.67%
GREEN value IS 139 (54.69% from 255) = 47.77%
BLUE value IS 22 (8.98% from 255) = 7.56%
R=44.67%
G=47.77%
B=7.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal130139220.0600.840.4564.6272.6731.57
Hex828B1660542D414920
Octal20221326601245510111140
Binary1000001010001011101101100101010010110110000011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828B16; }

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

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

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

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

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

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

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

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