Html Css Color HEX #998B96 Bouquet

📋 copy color: '#998B96'

red 153 ◦ green 139 ◦ blue 150

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

Shades of Bouquet #998B96

Tints of Bouquet #998B96

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.45%

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

R = 34.62%
G = 31.45%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#998B96 (or 0x998B96) is known color: Bouquet. HEX triplet: 99, 8B and 96. RGB value is (153,139,150). Sum of RGB (Red+Green+Blue) = 153+139+150=442 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.62% from 442); Green value is 139 (54.69% from 255 or 31.45% from 442); Blue value is 150 (58.98% from 255 or 33.94% from 442); Max value from RGB is 153 - color contains mainly: red. Hex color #998B96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998B96 is #667469. Grayscale: #909090. Windows color (decimal): -6714474 or 9866137. OLE color: 9866137.

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

Color convert

RGB 153 139 150 -
CMYK 0 0.09 0.02 0.4
HSL 312.86º 0.06% 0.57% -
HSV(B) 312.86º 0.09% 0.6% -
XYZ 27.87 27.44 32.68 -
YUV 144.44 131.14 134.11 -
System Red Green Blue C M Y K H S L
Decimal 153 139 150 0 0.09 0.02 0.4 312.86 0.06 0.57
Hex 99 8B 96 0 9 2 28 139 6 39
Octal 231 213 226 0 11 2 50 471 6 71
Binary 10011001 10001011 10010110 0 1001 10 101000 100111001 110 111001

Color Harmonies of #998B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998B96

Black with #998B96

Text Example


Text Example

White with #998B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998B96; }

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

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

background-color css

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

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

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

border-color css

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

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

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