#809221

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

Shades of Trendy Green #809221

Tints of Trendy Green #809221

Color information

#809221 (or 0x809221) is unknown color: approx Trendy Green. HEX triplet: 80, 92 and 21. RGB value is (128,146,33). Sum of RGB (Red+Green+Blue) = 128+146+33=307 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.69% from 307); Green value is 146 (57.42% from 255 or 47.56% from 307); Blue value is 33 (13.28% from 255 or 10.75% from 307); Max value from RGB is 146 - color contains mainly: green. Hex color #809221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809221 is #7F6DDE. Grayscale: #808080. Windows color (decimal): -8351199 or 2200192. OLE color: 2200192.

HSL color Cylindrical-coordinate representation of color #809221: hue angle of 69.56º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #809221 is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB12814633-
CMYK0.1200.770.43
HSL69.56º63.13%35.1%-
HSV(B)69.56º77.4%57.25%-
XYZ19.4625.265.29-
YUV127.7474.54128.19-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.69%
GREEN value IS 146 (57.42% from 255) = 47.56%
BLUE value IS 33 (13.28% from 255) = 10.75%
R=41.69%
G=47.56%
B=10.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal128146330.1200.770.4369.5663.1335.1
Hex809221C04D2B463f23
Octal20022241140115531067743
Binary10000000100100101000011100010011011010111000110111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809221; }

 p { color: rgb(128,146,33); }

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

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

 a { background-color: rgb(128,146,33); }

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

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

 span { border-color: rgb(128,146,33); }

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