#988D85

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

Shades of Zorba #988D85

Tints of Zorba #988D85

Color information

#988D85 (or 0x988D85) is unknown color: approx Zorba. HEX triplet: 98, 8D and 85. RGB value is (152,141,133). Sum of RGB (Red+Green+Blue) = 152+141+133=426 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.68% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 152 - color contains mainly: red. Hex color #988D85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988D85 is #67727A. Grayscale: #8F8F8F. Windows color (decimal): -6779515 or 8752536. OLE color: 8752536.

HSL color Cylindrical-coordinate representation of color #988D85: hue angle of 25.26º 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 #988D85 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB152141133-
CMYK00.070.130.40
HSL25.26º8.44%55.88%-
HSV(B)25.26º12.5%59.61%-
XYZ26.7127.4226.07-
YUV143.38122.14134.15-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.68%
GREEN value IS 141 (55.47% from 255) = 33.10%
BLUE value IS 133 (52.34% from 255) = 31.22%
R=35.68%
G=33.10%
B=31.22%

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
Decimal15214113300.070.130.4025.268.4455.88
Hex988D8507D2819838
Octal230215205071550311070
Binary10011000100011011000010101111101101000110011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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