Html Css Color HEX #998B94 Bouquet

📋 copy color: '#998B94'

red 153 ◦ green 139 ◦ blue 148

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

Shades of Bouquet #998B94

Tints of Bouquet #998B94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 33.64%

R = 34.77%
G = 31.59%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#998B94 (or 0x998B94) is known color: Bouquet. HEX triplet: 99, 8B and 94. RGB value is (153,139,148). Sum of RGB (Red+Green+Blue) = 153+139+148=440 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.77% from 440); Green value is 139 (54.69% from 255 or 31.59% from 440); Blue value is 148 (58.20% from 255 or 33.64% from 440); Max value from RGB is 153 - color contains mainly: red. Hex color #998B94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998B94 is #66746B. Grayscale: #909090. Windows color (decimal): -6714476 or 9735065. OLE color: 9735065.

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

Color convert

RGB 153 139 148 -
CMYK 0 0.09 0.03 0.4
HSL 321.43º 0.06% 0.57% -
HSV(B) 321.43º 0.09% 0.6% -
XYZ 27.71 27.38 31.84 -
YUV 144.21 130.14 134.27 -
System Red Green Blue C M Y K H S L
Decimal 153 139 148 0 0.09 0.03 0.4 321.43 0.06 0.57
Hex 99 8B 94 0 9 3 28 141 6 39
Octal 231 213 224 0 11 3 50 501 6 71
Binary 10011001 10001011 10010100 0 1001 11 101000 101000001 110 111001

Color Harmonies of #998B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998B94

Black with #998B94

Text Example


Text Example

White with #998B94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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