#888227

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

Shades of Trendy Green #888227

Tints of Trendy Green #888227

Color information

#888227 (or 0x888227) is unknown color: approx Trendy Green. HEX triplet: 88, 82 and 27. RGB value is (136,130,39). Sum of RGB (Red+Green+Blue) = 136+130+39=305 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.59% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 39 (15.62% from 255 or 12.79% from 305); Max value from RGB is 136 - color contains mainly: red. Hex color #888227 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888227 is #777DD8. Grayscale: #797979. Windows color (decimal): -7831001 or 2589320. OLE color: 2589320.

HSL color Cylindrical-coordinate representation of color #888227: hue angle of 56.29º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #888227 is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB13613039-
CMYK00.040.710.47
HSL56.29º55.43%34.31%-
HSV(B)56.29º71.32%53.33%-
XYZ18.521.355.06-
YUV121.4281.49138.4-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.59%
GREEN value IS 130 (51.17% from 255) = 42.62%
BLUE value IS 39 (15.62% from 255) = 12.79%
R=44.59%
G=42.62%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361303900.040.710.4756.2955.4334.31
Hex88822704472F383722
Octal210202470410757706742
Binary100010001000001010011101001000111101111111000110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888227; }

 p { color: rgb(136,130,39); }

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

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

 a { background-color: rgb(136,130,39); }

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

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

 span { border-color: rgb(136,130,39); }

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