#88B066

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

Shades of Chelsea Cucumber #88B066

Tints of Chelsea Cucumber #88B066

Color information

#88B066 (or 0x88B066) is unknown color: approx Chelsea Cucumber. HEX triplet: 88, B0 and 66. RGB value is (136,176,102). Sum of RGB (Red+Green+Blue) = 136+176+102=414 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.85% from 414); Green value is 176 (69.14% from 255 or 42.51% from 414); Blue value is 102 (40.23% from 255 or 24.64% from 414); Max value from RGB is 176 - color contains mainly: green. Hex color #88B066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88B066 is #774F99. Grayscale: #9B9B9B. Windows color (decimal): -7819162 or 6729864. OLE color: 6729864.

HSL color Cylindrical-coordinate representation of color #88B066: hue angle of 92.43º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #88B066 is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB136176102-
CMYK0.2300.420.31
HSL92.43º31.9%54.51%-
HSV(B)92.43º42.05%69.02%-
XYZ28.0837.2418.28-
YUV155.697.75114.02-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.85%
GREEN value IS 176 (69.14% from 255) = 42.51%
BLUE value IS 102 (40.23% from 255) = 24.64%
R=32.85%
G=42.51%
B=24.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1361761020.2300.420.3192.4331.954.51
Hex88B0661702A1F5c2037
Octal21026014627052371344067
Binary10001000101100001100110101110101010111111011100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,176,102); }

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

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

 a { background-color: rgb(136,176,102); }

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

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

 span { border-color: rgb(136,176,102); }

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