Html Css Color HEX #998D97 Bouquet

📋 copy color: '#998D97'

red 153 ◦ green 141 ◦ blue 151

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

Shades of Bouquet #998D97

Tints of Bouquet #998D97

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.69%

 BLUE value IS 151 (59.38% from 255) = 33.93%

R = 34.38%
G = 31.69%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#998D97 (or 0x998D97) is known color: Bouquet. HEX triplet: 99, 8D and 97. RGB value is (153,141,151). Sum of RGB (Red+Green+Blue) = 153+141+151=445 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.38% from 445); Green value is 141 (55.47% from 255 or 31.69% from 445); Blue value is 151 (59.38% from 255 or 33.93% from 445); Max value from RGB is 153 - color contains mainly: red. Hex color #998D97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998D97 is #667268. Grayscale: #919191. Windows color (decimal): -6713961 or 9932185. OLE color: 9932185.

HSL color Cylindrical-coordinate representation of color #998D97: hue angle of 310º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #998D97 is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 141 151 -
CMYK 0 0.08 0.01 0.4
HSL 310º 0.06% 0.58% -
HSV(B) 310º 0.08% 0.6% -
XYZ 28.25 28.06 33.2 -
YUV 145.73 130.98 133.19 -
System Red Green Blue C M Y K H S L
Decimal 153 141 151 0 0.08 0.01 0.4 310 0.06 0.58
Hex 99 8D 97 0 8 1 28 136 6 3A
Octal 231 215 227 0 10 1 50 466 6 72
Binary 10011001 10001101 10010111 0 1000 1 101000 100110110 110 111010

Color Harmonies of #998D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998D97

Black with #998D97

Text Example


Text Example

White with #998D97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,141,151); }

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

background-color css

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

 a { background-color: rgb(153,141,151); }

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

border-color css

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

 span { border-color: rgb(153,141,151); }

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