Html Css Color HEX #999189 Zorba

📋 copy color: '#999189'

red 153 ◦ green 145 ◦ blue 137

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

Shades of Zorba #999189

Tints of Zorba #999189

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.33%

 BLUE value IS 137 (53.91% from 255) = 31.49%

R = 35.17%
G = 33.33%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#999189 (or 0x999189) is known color: Zorba. HEX triplet: 99, 91 and 89. RGB value is (153,145,137). Sum of RGB (Red+Green+Blue) = 153+145+137=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 145 (57.03% from 255 or 33.33% from 435); Blue value is 137 (53.91% from 255 or 31.49% from 435); Max value from RGB is 153 - color contains mainly: red. Hex color #999189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999189 is #666E76. Grayscale: #929292. Windows color (decimal): -6712951 or 9015705. OLE color: 9015705.

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

Color convert

RGB 153 145 137 -
CMYK 0 0.05 0.10 0.4
HSL 30º 0.07% 0.57% -
HSV(B) 30º 0.1% 0.6% -
XYZ 27.78 28.83 27.77 -
YUV 146.48 122.65 132.65 -
System Red Green Blue C M Y K H S L
Decimal 153 145 137 0 0.05 0.10 0.4 30 0.07 0.57
Hex 99 91 89 0 5 A 28 1E 7 39
Octal 231 221 211 0 5 12 50 36 7 71
Binary 10011001 10010001 10001001 0 101 1010 101000 11110 111 111001

Color Harmonies of #999189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999189

Black with #999189

Text Example


Text Example

White with #999189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999189; }

 p { color: rgb(153,145,137); }

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

background-color css

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

 a { background-color: rgb(153,145,137); }

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

border-color css

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

 span { border-color: rgb(153,145,137); }

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