#9BA08D

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

Shades of Delta #9BA08D

Tints of Delta #9BA08D

Color information

#9BA08D (or 0x9BA08D) is unknown color: approx Delta. HEX triplet: 9B, A0 and 8D. RGB value is (155,160,141). Sum of RGB (Red+Green+Blue) = 155+160+141=456 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.99% from 456); Green value is 160 (62.89% from 255 or 35.09% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 160 - color contains mainly: green. Hex color #9BA08D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA08D is #645F72. Grayscale: #9C9C9C. Windows color (decimal): -6578035 or 9281691. OLE color: 9281691.

HSL color Cylindrical-coordinate representation of color #9BA08D: hue angle of 75.79º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9BA08D is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB155160141-
CMYK0.0300.120.37
HSL75.79º9.09%59.02%-
HSV(B)75.79º11.87%62.75%-
XYZ30.934.0330.14-
YUV156.34119.34127.04-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.99%
GREEN value IS 160 (62.89% from 255) = 35.09%
BLUE value IS 141 (55.47% from 255) = 30.92%
R=33.99%
G=35.09%
B=30.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1551601410.0300.120.3775.799.0959.02
Hex9BA08D30C254c93b
Octal2332402153014451141173
Binary100110111010000010001101110110010010110011001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,160,141); }

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

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

 a { background-color: rgb(155,160,141); }

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

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

 span { border-color: rgb(155,160,141); }

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