Html Css Color HEX #999398 Bouquet

📋 copy color: '#999398'

red 153 ◦ green 147 ◦ blue 152

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

Shades of Bouquet #999398

Tints of Bouquet #999398

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.52%

 BLUE value IS 152 (59.77% from 255) = 33.63%

R = 33.85%
G = 32.52%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#999398 (or 0x999398) is known color: Bouquet. HEX triplet: 99, 93 and 98. RGB value is (153,147,152). Sum of RGB (Red+Green+Blue) = 153+147+152=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 147 (57.81% from 255 or 32.52% from 452); Blue value is 152 (59.77% from 255 or 33.63% from 452); Max value from RGB is 153 - color contains mainly: red. Hex color #999398 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999398 is #666C67. Grayscale: #959595. Windows color (decimal): -6712424 or 9999257. OLE color: 9999257.

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

Color convert

RGB 153 147 152 -
CMYK 0 0.04 0.01 0.4
HSL 310º 0.03% 0.59% -
HSV(B) 310º 0.04% 0.6% -
XYZ 29.24 29.91 33.94 -
YUV 149.36 129.49 130.59 -
System Red Green Blue C M Y K H S L
Decimal 153 147 152 0 0.04 0.01 0.4 310 0.03 0.59
Hex 99 93 98 0 4 1 28 136 3 3B
Octal 231 223 230 0 4 1 50 466 3 73
Binary 10011001 10010011 10011000 0 100 1 101000 100110110 11 111011

Color Harmonies of #999398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999398

Black with #999398

Text Example


Text Example

White with #999398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999398; }

 p { color: rgb(153,147,152); }

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

background-color css

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

 a { background-color: rgb(153,147,152); }

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

border-color css

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

 span { border-color: rgb(153,147,152); }

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