#848914

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

Shades of Trendy Green #848914

Tints of Trendy Green #848914

Color information

#848914 (or 0x848914) is unknown color: approx Trendy Green. HEX triplet: 84, 89 and 14. RGB value is (132,137,20). Sum of RGB (Red+Green+Blue) = 132+137+20=289 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.67% from 289); Green value is 137 (53.91% from 255 or 47.40% from 289); Blue value is 20 (8.20% from 255 or 6.92% from 289); Max value from RGB is 137 - color contains mainly: green. Hex color #848914 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848914 is #7B76EB. Grayscale: #7A7A7A. Windows color (decimal): -8091372 or 1345924. OLE color: 1345924.

HSL color Cylindrical-coordinate representation of color #848914: hue angle of 62.56º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #848914 is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB13213720-
CMYK0.0400.850.46
HSL62.56º74.52%30.78%-
HSV(B)62.56º85.4%53.73%-
XYZ18.5922.854.09-
YUV122.1770.34135.01-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.67%
GREEN value IS 137 (53.91% from 255) = 47.40%
BLUE value IS 20 (8.20% from 255) = 6.92%
R=45.67%
G=47.40%
B=6.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal132137200.0400.850.4662.5674.5230.78
Hex84891440552E3f4b1f
Octal2042112440125567711337
Binary10000100100010011010010001010101101110111111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848914; }

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

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

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

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

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

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

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

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