Html Css Color HEX #98908A Zorba

📋 copy color: '#98908A'

red 152 ◦ green 144 ◦ blue 138

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

Shades of Zorba #98908A

Tints of Zorba #98908A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.18%

 BLUE value IS 138 (54.3% from 255) = 31.8%

R = 35.02%
G = 33.18%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#98908A (or 0x98908A) is known color: Zorba. HEX triplet: 98, 90 and 8A. RGB value is (152,144,138). Sum of RGB (Red+Green+Blue) = 152+144+138=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 144 (56.64% from 255 or 33.18% from 434); Blue value is 138 (54.30% from 255 or 31.80% from 434); Max value from RGB is 152 - color contains mainly: red. Hex color #98908A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98908A is #676F75. Grayscale: #919191. Windows color (decimal): -6778742 or 9080984. OLE color: 9080984.

HSL color Cylindrical-coordinate representation of color #98908A: hue angle of 25.71º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #98908A is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 144 138 -
CMYK 0 0.05 0.09 0.40
HSL 25.71º 0.06% 0.57% -
HSV(B) 25.71º 0.09% 0.6% -
XYZ 27.51 28.46 28.09 -
YUV 145.71 123.65 132.49 -
System Red Green Blue C M Y K H S L
Decimal 152 144 138 0 0.05 0.09 0.40 25.71 0.06 0.57
Hex 98 90 8A 0 5 9 28 1A 6 39
Octal 230 220 212 0 5 11 50 32 6 71
Binary 10011000 10010000 10001010 0 101 1001 101000 11010 110 111001

Color Harmonies of #98908A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98908A

Black with #98908A

Text Example


Text Example

White with #98908A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98908A; }

 p { color: rgb(152,144,138); }

 H1.HeaderClassName
 {
   color: #98908A;
 }
 .AnyTagClassName
 {
   color: #98908A;
 }
</style>

background-color css

<style>
 a { background-color: #98908A; }

 a { background-color: rgb(152,144,138); }

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

border-color css

<style>
 span { border-color: #98908A; }

 span { border-color: rgb(152,144,138); }

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