Html Css Color HEX #999C97 Delta

📋 copy color: '#999C97'

red 153 ◦ green 156 ◦ blue 151

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

Shades of Delta #999C97

Tints of Delta #999C97

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.91%

 BLUE value IS 151 (59.38% from 255) = 32.83%

R = 33.26%
G = 33.91%
B = 32.83%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#999C97 (or 0x999C97) is known color: Delta. HEX triplet: 99, 9C and 97. RGB value is (153,156,151). Sum of RGB (Red+Green+Blue) = 153+156+151=460 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.26% from 460); Green value is 156 (61.33% from 255 or 33.91% from 460); Blue value is 151 (59.38% from 255 or 32.83% from 460); Max value from RGB is 156 - color contains mainly: green. Hex color #999C97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999C97 is #666368. Grayscale: #9A9A9A. Windows color (decimal): -6710121 or 9936025. OLE color: 9936025.

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

Color convert

RGB 153 156 151 -
CMYK 0.02 0 0.03 0.39
HSL 96º 0.02% 0.6% -
HSV(B) 96º 0.03% 0.61% -
XYZ 30.61 32.78 33.99 -
YUV 154.53 126.01 126.91 -
System Red Green Blue C M Y K H S L
Decimal 153 156 151 0.02 0 0.03 0.39 96 0.02 0.6
Hex 99 9C 97 2 0 3 27 60 2 3C
Octal 231 234 227 2 0 3 47 140 2 74
Binary 10011001 10011100 10010111 10 0 11 100111 1100000 10 111100

Color Harmonies of #999C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999C97

Black with #999C97

Text Example


Text Example

White with #999C97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999C97; }

 p { color: rgb(153,156,151); }

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

background-color css

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

 a { background-color: rgb(153,156,151); }

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

border-color css

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

 span { border-color: rgb(153,156,151); }

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