#848522

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

Shades of Trendy Green #848522

Tints of Trendy Green #848522

Color information

#848522 (or 0x848522) is unknown color: approx Trendy Green. HEX triplet: 84, 85 and 22. RGB value is (132,133,34). Sum of RGB (Red+Green+Blue) = 132+133+34=299 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.15% from 299); Green value is 133 (52.34% from 255 or 44.48% from 299); Blue value is 34 (13.67% from 255 or 11.37% from 299); Max value from RGB is 133 - color contains mainly: green. Hex color #848522 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848522 is #7B7ADD. Grayscale: #797979. Windows color (decimal): -8092382 or 2262404. OLE color: 2262404.

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

Color convert

RGB13213334-
CMYK0.0100.740.48
HSL60.61º59.28%32.75%-
HSV(B)60.61º74.44%52.16%-
XYZ18.1921.84.76-
YUV121.4278.67135.55-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.15%
GREEN value IS 133 (52.34% from 255) = 44.48%
BLUE value IS 34 (13.67% from 255) = 11.37%
R=44.15%
G=44.48%
B=11.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132133340.0100.740.4860.6159.2832.75
Hex848522104A303d3b21
Octal204205421011260757341
Binary1000010010000101100010101001010110000111101111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848522; }

 p { color: rgb(132,133,34); }

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

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

 a { background-color: rgb(132,133,34); }

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

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

 span { border-color: rgb(132,133,34); }

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