#9BA593

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

Shades of Delta #9BA593

Tints of Delta #9BA593

Color information

#9BA593 (or 0x9BA593) is unknown color: approx Delta. HEX triplet: 9B, A5 and 93. RGB value is (155,165,147). Sum of RGB (Red+Green+Blue) = 155+165+147=467 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.19% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 147 (57.81% from 255 or 31.48% from 467); Max value from RGB is 165 - color contains mainly: green. Hex color #9BA593 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA593 is #645A6C. Grayscale: #A0A0A0. Windows color (decimal): -6576749 or 9676187. OLE color: 9676187.

HSL color Cylindrical-coordinate representation of color #9BA593: hue angle of 93.33º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9BA593 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB155165147-
CMYK0.0600.110.35
HSL93.33º9.09%61.18%-
HSV(B)93.33º10.91%64.71%-
XYZ32.2435.9932.85-
YUV159.96120.69124.46-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.19%
GREEN value IS 165 (64.84% from 255) = 35.33%
BLUE value IS 147 (57.81% from 255) = 31.48%
R=33.19%
G=35.33%
B=31.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1551651470.0600.110.3593.339.0961.18
Hex9BA59360B235d93d
Octal2332452236013431351175
Binary1001101110100101100100111100101110001110111011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,165,147); }

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

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

 a { background-color: rgb(155,165,147); }

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

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

 span { border-color: rgb(155,165,147); }

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