#88801F

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

Shades of Trendy Green #88801F

Tints of Trendy Green #88801F

Color information

#88801F (or 0x88801F) is unknown color: approx Trendy Green. HEX triplet: 88, 80 and 1F. RGB value is (136,128,31). Sum of RGB (Red+Green+Blue) = 136+128+31=295 (39% of max value = 765). Red value is 136 (53.52% from 255 or 46.10% from 295); Green value is 128 (50.39% from 255 or 43.39% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 136 - color contains mainly: red. Hex color #88801F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88801F is #777FE0. Grayscale: #777777. Windows color (decimal): -7831521 or 2064520. OLE color: 2064520.

HSL color Cylindrical-coordinate representation of color #88801F: hue angle of 55.43º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #88801F is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB13612831-
CMYK00.060.770.47
HSL55.43º62.87%32.75%-
HSV(B)55.43º77.21%53.33%-
XYZ18.1220.774.35-
YUV119.3378.15139.89-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.10%
GREEN value IS 128 (50.39% from 255) = 43.39%
BLUE value IS 31 (12.5% from 255) = 10.51%
R=46.10%
G=43.39%
B=10.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.77
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361283100.060.770.4755.4362.8732.75
Hex88801F064D2F373f21
Octal210200370611557677741
Binary10001000100000001111101101001101101111110111111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88801F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88801F; }

 p { color: rgb(136,128,31); }

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

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

 a { background-color: rgb(136,128,31); }

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

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

 span { border-color: rgb(136,128,31); }

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