#848231

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

Shades of Trendy Green #848231

Tints of Trendy Green #848231

Color information

#848231 (or 0x848231) is unknown color: approx Trendy Green. HEX triplet: 84, 82 and 31. RGB value is (132,130,49). Sum of RGB (Red+Green+Blue) = 132+130+49=311 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.44% from 311); Green value is 130 (51.17% from 255 or 41.80% from 311); Blue value is 49 (19.53% from 255 or 15.76% from 311); Max value from RGB is 132 - color contains mainly: red. Hex color #848231 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848231 is #7B7DCE. Grayscale: #797979. Windows color (decimal): -8093135 or 3244676. OLE color: 3244676.

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

Color convert

RGB13213049-
CMYK00.020.630.48
HSL58.55º45.86%35.49%-
HSV(B)58.55º62.88%51.76%-
XYZ18.0521.096.03-
YUV121.3687.16135.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.44%
GREEN value IS 130 (51.17% from 255) = 41.80%
BLUE value IS 49 (19.53% from 255) = 15.76%
R=42.44%
G=41.80%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321304900.020.630.4858.5545.8635.49
Hex848231023F303b2e23
Octal20420261027760735643
Binary1000010010000010110001010111111110000111011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848231; }

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

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

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

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

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

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

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

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