#888c25

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

Shades of Trendy Green #888C25

Tints of Trendy Green #888C25

Color information

#888C25 (or 0x888C25) is unknown color: approx Trendy Green. HEX triplet: 88, 8C and 25. RGB value is (136,140,37). Sum of RGB (Red+Green+Blue) = 136+140+37=313 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.45% from 313); Green value is 140 (55.08% from 255 or 44.73% from 313); Blue value is 37 (14.84% from 255 or 11.82% from 313); Max value from RGB is 140 - color contains mainly: green. Hex color #888C25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888C25 is #7773DA. Grayscale: #7F7F7F. Windows color (decimal): -7828443 or 2460808. OLE color: 2460808.

HSL color Cylindrical-coordinate representation of color #888C25: hue angle of 62.33º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #888C25 is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.45.

Color convert

RGB13614037-
CMYK0.0300.740.45
HSL62.33º58.19%34.71%-
HSV(B)62.33º73.57%54.9%-
XYZ19.8724.125.36-
YUV127.0677.17134.38-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.45%
GREEN value IS 140 (55.08% from 255) = 44.73%
BLUE value IS 37 (14.84% from 255) = 11.82%
R=43.45%
G=44.73%
B=11.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal136140370.0300.740.4562.3358.1934.71
Hex888C25304A2D3e3a23
Octal210214453011255767243
Binary10001000100011001001011101001010101101111110111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888c25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888c25; }

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

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

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

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

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

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

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

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