#888C1F

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

Shades of Trendy Green #888C1F

Tints of Trendy Green #888C1F

Color information

#888C1F (or 0x888C1F) is unknown color: approx Trendy Green. HEX triplet: 88, 8C and 1F. RGB value is (136,140,31). Sum of RGB (Red+Green+Blue) = 136+140+31=307 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.30% from 307); Green value is 140 (55.08% from 255 or 45.60% from 307); Blue value is 31 (12.5% from 255 or 10.10% from 307); Max value from RGB is 140 - color contains mainly: green. Hex color #888C1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888C1F is #7773E0. Grayscale: #7E7E7E. Windows color (decimal): -7828449 or 2067592. OLE color: 2067592.

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

Color convert

RGB13614031-
CMYK0.0300.780.45
HSL62.2º63.74%33.53%-
HSV(B)62.2º77.86%54.9%-
XYZ19.7824.094.9-
YUV126.3874.17134.86-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.30%
GREEN value IS 140 (55.08% from 255) = 45.60%
BLUE value IS 31 (12.5% from 255) = 10.10%
R=44.30%
G=45.60%
B=10.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal136140310.0300.780.4562.263.7433.53
Hex888C1F304E2D3e4022
Octal2102143730116557610042
Binary10001000100011001111111010011101011011111101000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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