Html Css Color HEX #999288 Zorba

📋 copy color: '#999288'

red 153 ◦ green 146 ◦ blue 136

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

Shades of Zorba #999288

Tints of Zorba #999288

RGB

 RED value IS 153 (60.16% from 255) = 35.17%

 GREEN value IS 146 (57.42% from 255) = 33.56%

 BLUE value IS 136 (53.52% from 255) = 31.26%

R = 35.17%
G = 33.56%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.4

RGB Variations

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

Color information

#999288 (or 0x999288) is known color: Zorba. HEX triplet: 99, 92 and 88. RGB value is (153,146,136). Sum of RGB (Red+Green+Blue) = 153+146+136=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 146 (57.42% from 255 or 33.56% from 435); Blue value is 136 (53.52% from 255 or 31.26% from 435); Max value from RGB is 153 - color contains mainly: red. Hex color #999288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999288 is #666D77. Grayscale: #939393. Windows color (decimal): -6712696 or 8950425. OLE color: 8950425.

HSL color Cylindrical-coordinate representation of color #999288: hue angle of 35.29º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #999288 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 146 136 -
CMYK 0 0.05 0.11 0.4
HSL 35.29º 0.08% 0.57% -
HSV(B) 35.29º 0.11% 0.6% -
XYZ 27.86 29.11 27.44 -
YUV 146.95 121.82 132.31 -
System Red Green Blue C M Y K H S L
Decimal 153 146 136 0 0.05 0.11 0.4 35.29 0.08 0.57
Hex 99 92 88 0 5 B 28 23 8 39
Octal 231 222 210 0 5 13 50 43 10 71
Binary 10011001 10010010 10001000 0 101 1011 101000 100011 1000 111001

Color Harmonies of #999288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999288

Black with #999288

Text Example


Text Example

White with #999288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999288; }

 p { color: rgb(153,146,136); }

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

background-color css

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

 a { background-color: rgb(153,146,136); }

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

border-color css

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

 span { border-color: rgb(153,146,136); }

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