Html Css Color HEX #998B95 Bouquet

📋 copy color: '#998B95'

red 153 ◦ green 139 ◦ blue 149

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

Shades of Bouquet #998B95

Tints of Bouquet #998B95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 33.79%

R = 34.69%
G = 31.52%
B = 33.79%

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

#998B95 (or 0x998B95) is known color: Bouquet. HEX triplet: 99, 8B and 95. RGB value is (153,139,149). Sum of RGB (Red+Green+Blue) = 153+139+149=441 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.69% from 441); Green value is 139 (54.69% from 255 or 31.52% from 441); Blue value is 149 (58.59% from 255 or 33.79% from 441); Max value from RGB is 153 - color contains mainly: red. Hex color #998B95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998B95 is #66746A. Grayscale: #909090. Windows color (decimal): -6714475 or 9800601. OLE color: 9800601.

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

Color convert

RGB 153 139 149 -
CMYK 0 0.09 0.03 0.4
HSL 317.14º 0.06% 0.57% -
HSV(B) 317.14º 0.09% 0.6% -
XYZ 27.79 27.41 32.26 -
YUV 144.33 130.64 134.19 -
System Red Green Blue C M Y K H S L
Decimal 153 139 149 0 0.09 0.03 0.4 317.14 0.06 0.57
Hex 99 8B 95 0 9 3 28 13D 6 39
Octal 231 213 225 0 11 3 50 475 6 71
Binary 10011001 10001011 10010101 0 1001 11 101000 100111101 110 111001

Color Harmonies of #998B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998B95

Black with #998B95

Text Example


Text Example

White with #998B95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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