#88B098

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

Shades of Padua #88B098

Tints of Padua #88B098

Color information

#88B098 (or 0x88B098) is unknown color: approx Padua. HEX triplet: 88, B0 and 98. RGB value is (136,176,152). Sum of RGB (Red+Green+Blue) = 136+176+152=464 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.31% from 464); Green value is 176 (69.14% from 255 or 37.93% from 464); Blue value is 152 (59.77% from 255 or 32.76% from 464); Max value from RGB is 176 - color contains mainly: green. Hex color #88B098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88B098 is #774F67. Grayscale: #A1A1A1. Windows color (decimal): -7819112 or 10006664. OLE color: 10006664.

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

Color convert

RGB136176152-
CMYK0.2300.140.31
HSL144º20.2%61.18%-
HSV(B)144º22.73%69.02%-
XYZ31.3538.5535.49-
YUV161.3122.75109.95-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.31%
GREEN value IS 176 (69.14% from 255) = 37.93%
BLUE value IS 152 (59.77% from 255) = 32.76%
R=29.31%
G=37.93%
B=32.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1361761520.2300.140.3114420.261.18
Hex88B098170E1F90143d
Octal21026023027016372202475
Binary1000100010110000100110001011101110111111001000010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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