#9CA58B

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

Shades of Delta #9CA58B

Tints of Delta #9CA58B

Color information

#9CA58B (or 0x9CA58B) is unknown color: approx Delta. HEX triplet: 9C, A5 and 8B. RGB value is (156,165,139). Sum of RGB (Red+Green+Blue) = 156+165+139=460 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.91% from 460); Green value is 165 (64.84% from 255 or 35.87% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 165 - color contains mainly: green. Hex color #9CA58B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA58B is #635A74. Grayscale: #9F9F9F. Windows color (decimal): -6511221 or 9151900. OLE color: 9151900.

HSL color Cylindrical-coordinate representation of color #9CA58B: hue angle of 80.77º degrees, saturation: 0.13, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9CA58B is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB156165139-
CMYK0.0500.160.35
HSL80.77º12.62%59.61%-
HSV(B)80.77º15.76%64.71%-
XYZ31.8335.8429.67-
YUV159.34116.52125.61-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.91%
GREEN value IS 165 (64.84% from 255) = 35.87%
BLUE value IS 139 (54.69% from 255) = 30.22%
R=33.91%
G=35.87%
B=30.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1561651390.0500.160.3580.7712.6259.61
Hex9CA58B50102351d3c
Octal2342452135020431211574
Binary10011100101001011000101110101000010001110100011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,165,139); }

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

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

 a { background-color: rgb(156,165,139); }

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

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

 span { border-color: rgb(156,165,139); }

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