#888125

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

Shades of Trendy Green #888125

Tints of Trendy Green #888125

Color information

#888125 (or 0x888125) is unknown color: approx Trendy Green. HEX triplet: 88, 81 and 25. RGB value is (136,129,37). Sum of RGB (Red+Green+Blue) = 136+129+37=302 (40% of max value = 765). Red value is 136 (53.52% from 255 or 45.03% from 302); Green value is 129 (50.78% from 255 or 42.72% from 302); Blue value is 37 (14.84% from 255 or 12.25% from 302); Max value from RGB is 136 - color contains mainly: red. Hex color #888125 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888125 is #777EDA. Grayscale: #787878. Windows color (decimal): -7831259 or 2457992. OLE color: 2457992.

HSL color Cylindrical-coordinate representation of color #888125: hue angle of 55.76º 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 #888125 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB13612937-
CMYK00.050.730.47
HSL55.76º57.23%33.92%-
HSV(B)55.76º72.79%53.33%-
XYZ18.3421.074.85-
YUV120.680.82138.98-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.03%
GREEN value IS 129 (50.78% from 255) = 42.72%
BLUE value IS 37 (14.84% from 255) = 12.25%
R=45.03%
G=42.72%
B=12.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361293700.050.730.4755.7657.2333.92
Hex88812505492F383922
Octal210201450511157707142
Binary100010001000000110010101011001001101111111000111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888125; }

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

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

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

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

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

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

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

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