#9CA297

Color #9CA297 Delta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Delta #9CA297

Tints of Delta #9CA297

Color information

#9CA297 (or 0x9CA297) is unknown color: approx Delta. HEX triplet: 9C, A2 and 97. RGB value is (156,162,151). Sum of RGB (Red+Green+Blue) = 156+162+151=469 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.26% from 469); Green value is 162 (63.67% from 255 or 34.54% from 469); Blue value is 151 (59.38% from 255 or 32.20% from 469); Max value from RGB is 162 - color contains mainly: green. Hex color #9CA297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA297 is #635D68. Grayscale: #9E9E9E. Windows color (decimal): -6511977 or 9937564. OLE color: 9937564.

HSL color Cylindrical-coordinate representation of color #9CA297: hue angle of 92.73º degrees, saturation: 0.06, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9CA297 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB156162151-
CMYK0.0400.070.36
HSL92.73º5.58%61.37%-
HSV(B)92.73º6.79%63.53%-
XYZ32.2235.1434.36-
YUV158.95123.51125.89-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.26%
GREEN value IS 162 (63.67% from 255) = 34.54%
BLUE value IS 151 (59.38% from 255) = 32.20%
R=33.26%
G=34.54%
B=32.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1561621510.0400.070.3692.735.5861.37
Hex9CA297407245d63d
Octal23424222740744135675
Binary10011100101000101001011110001111001001011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9CA297;
 }
 .AnyTagClassName
 {
   color: #9CA297;
 }
</style>
background-color css

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

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

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

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

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

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