Html Css Color HEX #998596 Bouquet

📋 copy color: '#998596'

red 153 ◦ green 133 ◦ blue 150

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

Shades of Bouquet #998596

Tints of Bouquet #998596

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.5%

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

R = 35.09%
G = 30.5%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#998596 (or 0x998596) is known color: Bouquet. HEX triplet: 99, 85 and 96. RGB value is (153,133,150). Sum of RGB (Red+Green+Blue) = 153+133+150=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 150 (58.98% from 255 or 34.40% from 436); Max value from RGB is 153 - color contains mainly: red. Hex color #998596 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998596 is #667A69. Grayscale: #8C8C8C. Windows color (decimal): -6716010 or 9864601. OLE color: 9864601.

HSL color Cylindrical-coordinate representation of color #998596: hue angle of 309º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #998596 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 133 150 -
CMYK 0 0.13 0.02 0.4
HSL 309º 0.09% 0.56% -
HSV(B) 309º 0.13% 0.6% -
XYZ 27.03 25.75 32.4 -
YUV 140.92 133.13 136.62 -
System Red Green Blue C M Y K H S L
Decimal 153 133 150 0 0.13 0.02 0.4 309 0.09 0.56
Hex 99 85 96 0 D 2 28 135 9 38
Octal 231 205 226 0 15 2 50 465 11 70
Binary 10011001 10000101 10010110 0 1101 10 101000 100110101 1001 111000

Color Harmonies of #998596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998596

Black with #998596

Text Example


Text Example

White with #998596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998596; }

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

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

background-color css

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

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

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

border-color css

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

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

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