Html Css Color HEX #988D84 Zorba

📋 copy color: '#988D84'

red 152 ◦ green 141 ◦ blue 132

#988D84
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zorba #988D84

Tints of Zorba #988D84

RGB

 RED value IS 152 (59.77% from 255) = 35.76%

 GREEN value IS 141 (55.47% from 255) = 33.18%

 BLUE value IS 132 (51.95% from 255) = 31.06%

R = 35.76%
G = 33.18%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#988D84 (or 0x988D84) is known color: Zorba. HEX triplet: 98, 8D and 84. RGB value is (152,141,132). Sum of RGB (Red+Green+Blue) = 152+141+132=425 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.76% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 132 (51.95% from 255 or 31.06% from 425); Max value from RGB is 152 - color contains mainly: red. Hex color #988D84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988D84 is #67727B. Grayscale: #8F8F8F. Windows color (decimal): -6779516 or 8687000. OLE color: 8687000.

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

Color convert

RGB 152 141 132 -
CMYK 0 0.07 0.13 0.40
HSL 27º 0.09% 0.56% -
HSV(B) 27º 0.13% 0.6% -
XYZ 26.64 27.39 25.71 -
YUV 143.26 121.64 134.23 -
System Red Green Blue C M Y K H S L
Decimal 152 141 132 0 0.07 0.13 0.40 27 0.09 0.56
Hex 98 8D 84 0 7 D 28 1B 9 38
Octal 230 215 204 0 7 15 50 33 11 70
Binary 10011000 10001101 10000100 0 111 1101 101000 11011 1001 111000

Color Harmonies of #988D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988D84

Black with #988D84

Text Example


Text Example

White with #988D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #988D84;
 }
 .AnyTagClassName
 {
   color: #988D84;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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