Html Css Color HEX #9C9F94 Delta

📋 copy color: '#9C9F94'

red 156 ◦ green 159 ◦ blue 148

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

Shades of Delta #9C9F94

Tints of Delta #9C9F94

RGB

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

 GREEN value IS 159 (62.5% from 255) = 34.34%

 BLUE value IS 148 (58.2% from 255) = 31.97%

R = 33.69%
G = 34.34%
B = 31.97%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

#9C9F94 (or 0x9C9F94) is known color: Delta. HEX triplet: 9C, 9F and 94. RGB value is (156,159,148). Sum of RGB (Red+Green+Blue) = 156+159+148=463 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.69% from 463); Green value is 159 (62.5% from 255 or 34.34% from 463); Blue value is 148 (58.20% from 255 or 31.97% from 463); Max value from RGB is 159 - color contains mainly: green. Hex color #9C9F94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9F94 is #63606B. Grayscale: #9C9C9C. Windows color (decimal): -6512748 or 9740188. OLE color: 9740188.

HSL color Cylindrical-coordinate representation of color #9C9F94: hue angle of 76.36º degrees, saturation: 0.05, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9C9F94 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB 156 159 148 -
CMYK 0.02 0 0.07 0.38
HSL 76.36º 0.05% 0.6% -
HSV(B) 76.36º 0.07% 0.62% -
XYZ 31.45 34 32.92 -
YUV 156.85 123.01 127.39 -
System Red Green Blue C M Y K H S L
Decimal 156 159 148 0.02 0 0.07 0.38 76.36 0.05 0.6
Hex 9C 9F 94 2 0 7 26 4C 5 3C
Octal 234 237 224 2 0 7 46 114 5 74
Binary 10011100 10011111 10010100 10 0 111 100110 1001100 101 111100

Color Harmonies of #9C9F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9F94

Black with #9C9F94

Text Example


Text Example

White with #9C9F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,159,148); }

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

background-color css

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

 a { background-color: rgb(156,159,148); }

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

border-color css

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

 span { border-color: rgb(156,159,148); }

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