#84882A

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

Shades of Trendy Green #84882A

Tints of Trendy Green #84882A

Color information

#84882A (or 0x84882A) is unknown color: approx Trendy Green. HEX triplet: 84, 88 and 2A. RGB value is (132,136,42). Sum of RGB (Red+Green+Blue) = 132+136+42=310 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.58% from 310); Green value is 136 (53.52% from 255 or 43.87% from 310); Blue value is 42 (16.80% from 255 or 13.55% from 310); Max value from RGB is 136 - color contains mainly: green. Hex color #84882A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84882A is #7B77D5. Grayscale: #7C7C7C. Windows color (decimal): -8091606 or 2787460. OLE color: 2787460.

HSL color Cylindrical-coordinate representation of color #84882A: hue angle of 62.55º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #84882A is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB13213642-
CMYK0.0300.690.47
HSL62.55º52.81%34.9%-
HSV(B)62.55º69.12%53.33%-
XYZ18.7422.685.58-
YUV124.0981.67133.64-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.58%
GREEN value IS 136 (53.52% from 255) = 43.87%
BLUE value IS 42 (16.80% from 255) = 13.55%
R=42.58%
G=43.87%
B=13.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal132136420.0300.690.4762.5552.8134.9
Hex84882A30452F3f3523
Octal204210523010557776543
Binary10000100100010001010101101000101101111111111110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84882A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84882A; }

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

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

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

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

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

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

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

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