#848214

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

Shades of Trendy Green #848214

Tints of Trendy Green #848214

Color information

#848214 (or 0x848214) is unknown color: approx Trendy Green. HEX triplet: 84, 82 and 14. RGB value is (132,130,20). Sum of RGB (Red+Green+Blue) = 132+130+20=282 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.81% from 282); Green value is 130 (51.17% from 255 or 46.10% from 282); Blue value is 20 (8.20% from 255 or 7.09% from 282); Max value from RGB is 132 - color contains mainly: red. Hex color #848214 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848214 is #7B7DEB. Grayscale: #767676. Windows color (decimal): -8093164 or 1344132. OLE color: 1344132.

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

Color convert

RGB13213020-
CMYK00.020.850.48
HSL58.93º73.68%29.8%-
HSV(B)58.93º84.85%51.76%-
XYZ17.6220.923.77-
YUV118.0672.66137.94-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.81%
GREEN value IS 130 (51.17% from 255) = 46.10%
BLUE value IS 20 (8.20% from 255) = 7.09%
R=46.81%
G=46.10%
B=7.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.85
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321302000.020.850.4858.9373.6829.8
Hex8482140255303b4a1e
Octal2042022402125607311236
Binary1000010010000010101000101010101110000111011100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848214; }

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

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

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

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

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

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

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

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