Html Css Color HEX #998D95 Bouquet

📋 copy color: '#998D95'

red 153 ◦ green 141 ◦ blue 149

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

Shades of Bouquet #998D95

Tints of Bouquet #998D95

RGB

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

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

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

R = 34.54%
G = 31.83%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#998D95 (or 0x998D95) is known color: Bouquet. HEX triplet: 99, 8D and 95. RGB value is (153,141,149). Sum of RGB (Red+Green+Blue) = 153+141+149=443 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.54% from 443); Green value is 141 (55.47% from 255 or 31.83% from 443); Blue value is 149 (58.59% from 255 or 33.63% from 443); Max value from RGB is 153 - color contains mainly: red. Hex color #998D95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998D95 is #66726A. Grayscale: #919191. Windows color (decimal): -6713963 or 9801113. OLE color: 9801113.

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

Color convert

RGB 153 141 149 -
CMYK 0 0.08 0.03 0.4
HSL 320º 0.06% 0.58% -
HSV(B) 320º 0.08% 0.6% -
XYZ 28.09 27.99 32.36 -
YUV 145.5 129.98 133.35 -
System Red Green Blue C M Y K H S L
Decimal 153 141 149 0 0.08 0.03 0.4 320 0.06 0.58
Hex 99 8D 95 0 8 3 28 140 6 3A
Octal 231 215 225 0 10 3 50 500 6 72
Binary 10011001 10001101 10010101 0 1000 11 101000 101000000 110 111010

Color Harmonies of #998D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998D95

Black with #998D95

Text Example


Text Example

White with #998D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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