#848714

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

Shades of Trendy Green #848714

Tints of Trendy Green #848714

Color information

#848714 (or 0x848714) is unknown color: approx Trendy Green. HEX triplet: 84, 87 and 14. RGB value is (132,135,20). Sum of RGB (Red+Green+Blue) = 132+135+20=287 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.99% from 287); Green value is 135 (53.12% from 255 or 47.04% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 135 - color contains mainly: green. Hex color #848714 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848714 is #7B78EB. Grayscale: #797979. Windows color (decimal): -8091884 or 1345412. OLE color: 1345412.

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

Color convert

RGB13213520-
CMYK0.0200.850.47
HSL61.57º74.19%30.39%-
HSV(B)61.57º85.19%52.94%-
XYZ18.3122.284-
YUV120.9971.01135.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.99%
GREEN value IS 135 (53.12% from 255) = 47.04%
BLUE value IS 20 (8.20% from 255) = 6.97%
R=45.99%
G=47.04%
B=6.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal132135200.0200.850.4761.5774.1930.39
Hex84871420552F3e4a1e
Octal2042072420125577611236
Binary1000010010000111101001001010101101111111110100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848714; }

 p { color: rgb(132,135,20); }

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

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

 a { background-color: rgb(132,135,20); }

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

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

 span { border-color: rgb(132,135,20); }

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