#828912

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

Shades of Trendy Green #828912

Tints of Trendy Green #828912

Color information

#828912 (or 0x828912) is unknown color: approx Trendy Green. HEX triplet: 82, 89 and 12. RGB value is (130,137,18). Sum of RGB (Red+Green+Blue) = 130+137+18=285 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.61% from 285); Green value is 137 (53.91% from 255 or 48.07% from 285); Blue value is 18 (7.42% from 255 or 6.32% from 285); Max value from RGB is 137 - color contains mainly: green. Hex color #828912 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828912 is #7D76ED. Grayscale: #797979. Windows color (decimal): -8222446 or 1214850. OLE color: 1214850.

HSL color Cylindrical-coordinate representation of color #828912: hue angle of 63.53º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #828912 is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.46.

Color convert

RGB13013718-
CMYK0.0500.870.46
HSL63.53º76.77%30.39%-
HSV(B)63.53º86.86%53.73%-
XYZ18.2622.683.99-
YUV121.3469.68134.18-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.61%
GREEN value IS 137 (53.91% from 255) = 48.07%
BLUE value IS 18 (7.42% from 255) = 6.32%
R=45.61%
G=48.07%
B=6.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal130137180.0500.870.4663.5376.7730.39
Hex82891250572E404d1e
Octal20221122501275610011536
Binary100000101000100110010101010101111011101000000100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828912; }

 p { color: rgb(130,137,18); }

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

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

 a { background-color: rgb(130,137,18); }

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

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

 span { border-color: rgb(130,137,18); }

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