#9CA098

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

Shades of Delta #9CA098

Tints of Delta #9CA098

Color information

#9CA098 (or 0x9CA098) is unknown color: approx Delta. HEX triplet: 9C, A0 and 98. RGB value is (156,160,152). Sum of RGB (Red+Green+Blue) = 156+160+152=468 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.33% from 468); Green value is 160 (62.89% from 255 or 34.19% from 468); Blue value is 152 (59.77% from 255 or 32.48% from 468); Max value from RGB is 160 - color contains mainly: green. Hex color #9CA098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA098 is #635F67. Grayscale: #9D9D9D. Windows color (decimal): -6512488 or 10002588. OLE color: 10002588.

HSL color Cylindrical-coordinate representation of color #9CA098: hue angle of 90º degrees, saturation: 0.04, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #9CA098 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.37.

Color convert

RGB156160152-
CMYK0.0200.050.37
HSL90º4.04%61.18%-
HSV(B)90º5%62.75%-
XYZ31.9534.4834.68-
YUV157.89124.67126.65-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.33%
GREEN value IS 160 (62.89% from 255) = 34.19%
BLUE value IS 152 (59.77% from 255) = 32.48%
R=33.33%
G=34.19%
B=32.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1561601520.0200.050.37904.0461.18
Hex9CA098205255a43d
Octal23424023020545132475
Binary1001110010100000100110001001011001011011010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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