#88B150

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

Shades of Chelsea Cucumber #88B150

Tints of Chelsea Cucumber #88B150

Color information

#88B150 (or 0x88B150) is unknown color: approx Chelsea Cucumber. HEX triplet: 88, B1 and 50. RGB value is (136,177,80). Sum of RGB (Red+Green+Blue) = 136+177+80=393 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.61% from 393); Green value is 177 (69.53% from 255 or 45.04% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 177 - color contains mainly: green. Hex color #88B150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88B150 is #774EAF. Grayscale: #9A9A9A. Windows color (decimal): -7818928 or 5288328. OLE color: 5288328.

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

Color convert

RGB13617780-
CMYK0.2300.550.31
HSL85.36º38.34%50.39%-
HSV(B)85.36º54.8%69.41%-
XYZ27.3237.2613.34-
YUV153.6886.42115.39-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.61%
GREEN value IS 177 (69.53% from 255) = 45.04%
BLUE value IS 80 (31.64% from 255) = 20.36%
R=34.61%
G=45.04%
B=20.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal136177800.2300.550.3185.3638.3450.39
Hex88B150170371F552632
Octal21026112027067371254662
Binary10001000101100011010000101110110111111111010101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,177,80); }

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

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

 a { background-color: rgb(136,177,80); }

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

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

 span { border-color: rgb(136,177,80); }

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