Html Css Color HEX #949599 Manatee

📋 copy color: '#949599'

red 148 ◦ green 149 ◦ blue 153

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

Shades of Manatee #949599

Tints of Manatee #949599

RGB

 RED value IS 148 (58.2% from 255) = 32.89%

 GREEN value IS 149 (58.59% from 255) = 33.11%

 BLUE value IS 153 (60.16% from 255) = 34%

R = 32.89%
G = 33.11%
B = 34%

CMYK

 C value IS 0.03

 M value IS 0.03

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#949599 (or 0x949599) is known color: Manatee. HEX triplet: 94, 95 and 99. RGB value is (148,149,153). Sum of RGB (Red+Green+Blue) = 148+149+153=450 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.89% from 450); Green value is 149 (58.59% from 255 or 33.11% from 450); Blue value is 153 (60.16% from 255 or 34% from 450); Max value from RGB is 153 - color contains mainly: blue. Hex color #949599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949599 is #6B6A66. Grayscale: #959595. Windows color (decimal): -7039591 or 10065300. OLE color: 10065300.

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

Color convert

RGB 148 149 153 -
CMYK 0.03 0.03 0 0.4
HSL 228º 0.02% 0.59% -
HSV(B) 228º 0.03% 0.6% -
XYZ 28.71 30.09 34.43 -
YUV 149.16 130.17 127.17 -
System Red Green Blue C M Y K H S L
Decimal 148 149 153 0.03 0.03 0 0.4 228 0.02 0.59
Hex 94 95 99 3 3 0 28 E4 2 3B
Octal 224 225 231 3 3 0 50 344 2 73
Binary 10010100 10010101 10011001 11 11 0 101000 11100100 10 111011

Color Harmonies of #949599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949599

Black with #949599

Text Example


Text Example

White with #949599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949599; }

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

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

background-color css

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

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

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

border-color css

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

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

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