#88A060

Color #88A060 Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #88A060

Tints of Chelsea Cucumber #88A060

Color information

#88A060 (or 0x88A060) is unknown color: approx Chelsea Cucumber. HEX triplet: 88, A0 and 60. RGB value is (136,160,96). Sum of RGB (Red+Green+Blue) = 136+160+96=392 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.69% from 392); Green value is 160 (62.89% from 255 or 40.82% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 160 - color contains mainly: green. Hex color #88A060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88A060 is #775F9F. Grayscale: #919191. Windows color (decimal): -7823264 or 6332552. OLE color: 6332552.

HSL color Cylindrical-coordinate representation of color #88A060: hue angle of 82.5º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #88A060 is Cyan = 0.15, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.37.

Color convert

RGB13616096-
CMYK0.1500.40.37
HSL82.5º25.2%50.2%-
HSV(B)82.5º40%62.75%-
XYZ24.8431.2215.78-
YUV145.53100.05121.2-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.69%
GREEN value IS 160 (62.89% from 255) = 40.82%
BLUE value IS 96 (37.89% from 255) = 24.49%
R=34.69%
G=40.82%
B=24.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal136160960.1500.40.3782.525.250.2
Hex88A060F02825521932
Octal21024014017050451223162
Binary1000100010100000110000011110101000100101101001011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88A060; }

 p { color: rgb(136,160,96); }

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

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

 a { background-color: rgb(136,160,96); }

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

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

 span { border-color: rgb(136,160,96); }

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