#848A20

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

Shades of Trendy Green #848A20

Tints of Trendy Green #848A20

Color information

#848A20 (or 0x848A20) is unknown color: approx Trendy Green. HEX triplet: 84, 8A and 20. RGB value is (132,138,32). Sum of RGB (Red+Green+Blue) = 132+138+32=302 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.71% from 302); Green value is 138 (54.30% from 255 or 45.70% from 302); Blue value is 32 (12.89% from 255 or 10.60% from 302); Max value from RGB is 138 - color contains mainly: green. Hex color #848A20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848A20 is #7B75DF. Grayscale: #7C7C7C. Windows color (decimal): -8091104 or 2132612. OLE color: 2132612.

HSL color Cylindrical-coordinate representation of color #848A20: hue angle of 63.4º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #848A20 is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB13213832-
CMYK0.0400.770.46
HSL63.4º62.35%33.33%-
HSV(B)63.4º76.81%54.12%-
XYZ18.8623.194.85-
YUV124.1276.01133.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.71%
GREEN value IS 138 (54.30% from 255) = 45.70%
BLUE value IS 32 (12.89% from 255) = 10.60%
R=43.71%
G=45.70%
B=10.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal132138320.0400.770.4663.462.3533.33
Hex848A20404D2E3f3e21
Octal204212404011556777641
Binary100001001000101010000010001001101101110111111111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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