Html Css Color HEX #9B9C98 Delta

📋 copy color: '#9B9C98'

red 155 ◦ green 156 ◦ blue 152

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

Shades of Delta #9B9C98

Tints of Delta #9B9C98

RGB

 RED value IS 155 (60.94% from 255) = 33.48%

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

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

R = 33.48%
G = 33.69%
B = 32.83%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#9B9C98 (or 0x9B9C98) is known color: Delta. HEX triplet: 9B, 9C and 98. RGB value is (155,156,152). Sum of RGB (Red+Green+Blue) = 155+156+152=463 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.48% from 463); Green value is 156 (61.33% from 255 or 33.69% from 463); Blue value is 152 (59.77% from 255 or 32.83% from 463); Max value from RGB is 156 - color contains mainly: green. Hex color #9B9C98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9C98 is #646367. Grayscale: #9B9B9B. Windows color (decimal): -6579048 or 10001563. OLE color: 10001563.

HSL color Cylindrical-coordinate representation of color #9B9C98: hue angle of 75º 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 #9B9C98 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 156 152 -
CMYK 0.01 0 0.03 0.39
HSL 75º 0.02% 0.6% -
HSV(B) 75º 0.03% 0.61% -
XYZ 31.07 33.01 34.44 -
YUV 155.25 126.17 127.83 -
System Red Green Blue C M Y K H S L
Decimal 155 156 152 0.01 0 0.03 0.39 75 0.02 0.6
Hex 9B 9C 98 1 0 3 27 4B 2 3C
Octal 233 234 230 1 0 3 47 113 2 74
Binary 10011011 10011100 10011000 1 0 11 100111 1001011 10 111100

Color Harmonies of #9B9C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9C98

Black with #9B9C98

Text Example


Text Example

White with #9B9C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B9C98; }

 p { color: rgb(155,156,152); }

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

background-color css

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

 a { background-color: rgb(155,156,152); }

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

border-color css

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

 span { border-color: rgb(155,156,152); }

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