#888025

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

Shades of Trendy Green #888025

Tints of Trendy Green #888025

Color information

#888025 (or 0x888025) is unknown color: approx Trendy Green. HEX triplet: 88, 80 and 25. RGB value is (136,128,37). Sum of RGB (Red+Green+Blue) = 136+128+37=301 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.18% from 301); Green value is 128 (50.39% from 255 or 42.52% from 301); Blue value is 37 (14.84% from 255 or 12.29% from 301); Max value from RGB is 136 - color contains mainly: red. Hex color #888025 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888025 is #777FDA. Grayscale: #787878. Windows color (decimal): -7831515 or 2457736. OLE color: 2457736.

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

Color convert

RGB13612837-
CMYK00.060.730.47
HSL55.15º57.23%33.92%-
HSV(B)55.15º72.79%53.33%-
XYZ18.2120.814.81-
YUV120.0281.15139.4-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.18%
GREEN value IS 128 (50.39% from 255) = 42.52%
BLUE value IS 37 (14.84% from 255) = 12.29%
R=45.18%
G=42.52%
B=12.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361283700.060.730.4755.1557.2333.92
Hex88802506492F373922
Octal210200450611157677142
Binary100010001000000010010101101001001101111110111111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888025; }

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

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

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

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

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

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

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

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