#988E85

Color #988E85 Zorba (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zorba #988E85

Tints of Zorba #988E85

Color information

#988E85 (or 0x988E85) is unknown color: approx Zorba. HEX triplet: 98, 8E and 85. RGB value is (152,142,133). Sum of RGB (Red+Green+Blue) = 152+142+133=427 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.60% from 427); Green value is 142 (55.86% from 255 or 33.26% from 427); Blue value is 133 (52.34% from 255 or 31.15% from 427); Max value from RGB is 152 - color contains mainly: red. Hex color #988E85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988E85 is #67717A. Grayscale: #909090. Windows color (decimal): -6779259 or 8752792. OLE color: 8752792.

HSL color Cylindrical-coordinate representation of color #988E85: hue angle of 28.42º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #988E85 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB152142133-
CMYK00.070.130.40
HSL28.42º8.44%55.88%-
HSV(B)28.42º12.5%59.61%-
XYZ26.8627.7126.12-
YUV143.96121.81133.73-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.60%
GREEN value IS 142 (55.86% from 255) = 33.26%
BLUE value IS 133 (52.34% from 255) = 31.15%
R=35.60%
G=33.26%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214213300.070.130.4028.428.4455.88
Hex988E8507D281c838
Octal230216205071550341070
Binary10011000100011101000010101111101101000111001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988E85; }

 p { color: rgb(152,142,133); }

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

<style>
 a { background-color: #988E85; }

 a { background-color: rgb(152,142,133); }

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

<style>
 span { border-color: #988E85; }

 span { border-color: rgb(152,142,133); }

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