Html Css Color HEX #998996 Bouquet

📋 copy color: '#998996'

red 153 ◦ green 137 ◦ blue 150

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

Shades of Bouquet #998996

Tints of Bouquet #998996

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.14%

 BLUE value IS 150 (58.98% from 255) = 34.09%

R = 34.77%
G = 31.14%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#998996 (or 0x998996) is known color: Bouquet. HEX triplet: 99, 89 and 96. RGB value is (153,137,150). Sum of RGB (Red+Green+Blue) = 153+137+150=440 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.77% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 150 (58.98% from 255 or 34.09% from 440); Max value from RGB is 153 - color contains mainly: red. Hex color #998996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998996 is #667669. Grayscale: #8F8F8F. Windows color (decimal): -6714986 or 9865625. OLE color: 9865625.

HSL color Cylindrical-coordinate representation of color #998996: hue angle of 311.25º 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 #998996 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 137 150 -
CMYK 0 0.10 0.02 0.4
HSL 311.25º 0.07% 0.57% -
HSV(B) 311.25º 0.1% 0.6% -
XYZ 27.59 26.87 32.59 -
YUV 143.27 131.8 134.94 -
System Red Green Blue C M Y K H S L
Decimal 153 137 150 0 0.10 0.02 0.4 311.25 0.07 0.57
Hex 99 89 96 0 A 2 28 137 7 39
Octal 231 211 226 0 12 2 50 467 7 71
Binary 10011001 10001001 10010110 0 1010 10 101000 100110111 111 111001

Color Harmonies of #998996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998996

Black with #998996

Text Example


Text Example

White with #998996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998996; }

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

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

background-color css

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

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

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

border-color css

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

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

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