#848A2A

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

Shades of Trendy Green #848A2A

Tints of Trendy Green #848A2A

Color information

#848A2A (or 0x848A2A) is unknown color: approx Trendy Green. HEX triplet: 84, 8A and 2A. RGB value is (132,138,42). Sum of RGB (Red+Green+Blue) = 132+138+42=312 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.31% from 312); Green value is 138 (54.30% from 255 or 44.23% from 312); Blue value is 42 (16.80% from 255 or 13.46% from 312); Max value from RGB is 138 - color contains mainly: green. Hex color #848A2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848A2A is #7B75D5. Grayscale: #7D7D7D. Windows color (decimal): -8091094 or 2787972. OLE color: 2787972.

HSL color Cylindrical-coordinate representation of color #848A2A: hue angle of 63.75º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #848A2A is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.46.

Color convert

RGB13213842-
CMYK0.0400.700.46
HSL63.75º53.33%35.29%-
HSV(B)63.75º69.57%54.12%-
XYZ19.0223.255.68-
YUV125.2681.01132.81-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.31%
GREEN value IS 138 (54.30% from 255) = 44.23%
BLUE value IS 42 (16.80% from 255) = 13.46%
R=42.31%
G=44.23%
B=13.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal132138420.0400.700.4663.7553.3335.29
Hex848A2A40462E403523
Octal2042125240106561006543
Binary1000010010001010101010100010001101011101000000110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848A2A; }

 p { color: rgb(132,138,42); }

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

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

 a { background-color: rgb(132,138,42); }

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

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

 span { border-color: rgb(132,138,42); }

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