#848223

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

Shades of Trendy Green #848223

Tints of Trendy Green #848223

Color information

#848223 (or 0x848223) is unknown color: approx Trendy Green. HEX triplet: 84, 82 and 23. RGB value is (132,130,35). Sum of RGB (Red+Green+Blue) = 132+130+35=297 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.44% from 297); Green value is 130 (51.17% from 255 or 43.77% from 297); Blue value is 35 (14.06% from 255 or 11.78% from 297); Max value from RGB is 132 - color contains mainly: red. Hex color #848223 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848223 is #7B7DDC. Grayscale: #787878. Windows color (decimal): -8093149 or 2327172. OLE color: 2327172.

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

Color convert

RGB13213035-
CMYK00.020.730.48
HSL58.76º58.08%32.75%-
HSV(B)58.76º73.48%51.76%-
XYZ17.820.994.7-
YUV119.7780.16136.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.44%
GREEN value IS 130 (51.17% from 255) = 43.77%
BLUE value IS 35 (14.06% from 255) = 11.78%
R=44.44%
G=43.77%
B=11.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.73
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321303500.020.730.4858.7658.0832.75
Hex8482230249303b3a21
Octal204202430211160737241
Binary10000100100000101000110101001001110000111011111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848223; }

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

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

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

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

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

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

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

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