#848812

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

Shades of Trendy Green #848812

Tints of Trendy Green #848812

Color information

#848812 (or 0x848812) is unknown color: approx Trendy Green. HEX triplet: 84, 88 and 12. RGB value is (132,136,18). Sum of RGB (Red+Green+Blue) = 132+136+18=286 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.15% from 286); Green value is 136 (53.52% from 255 or 47.55% from 286); Blue value is 18 (7.42% from 255 or 6.29% from 286); Max value from RGB is 136 - color contains mainly: green. Hex color #848812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848812 is #7B77ED. Grayscale: #797979. Windows color (decimal): -8091630 or 1214596. OLE color: 1214596.

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

Color convert

RGB13213618-
CMYK0.0300.870.47
HSL62.03º76.62%30.2%-
HSV(B)62.03º86.76%53.33%-
XYZ18.4322.563.95-
YUV121.3569.67135.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.15%
GREEN value IS 136 (53.52% from 255) = 47.55%
BLUE value IS 18 (7.42% from 255) = 6.29%
R=46.15%
G=47.55%
B=6.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal132136180.0300.870.4762.0376.6230.2
Hex84881230572F3e4d1e
Octal2042102230127577611536
Binary1000010010001000100101101010111101111111110100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848812; }

 p { color: rgb(132,136,18); }

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

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

 a { background-color: rgb(132,136,18); }

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

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

 span { border-color: rgb(132,136,18); }

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