#9BA48D

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

Shades of Delta #9BA48D

Tints of Delta #9BA48D

Color information

#9BA48D (or 0x9BA48D) is unknown color: approx Delta. HEX triplet: 9B, A4 and 8D. RGB value is (155,164,141). Sum of RGB (Red+Green+Blue) = 155+164+141=460 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.70% from 460); Green value is 164 (64.45% from 255 or 35.65% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 164 - color contains mainly: green. Hex color #9BA48D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA48D is #645B72. Grayscale: #9E9E9E. Windows color (decimal): -6577011 or 9282715. OLE color: 9282715.

HSL color Cylindrical-coordinate representation of color #9BA48D: hue angle of 83.48º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9BA48D is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB155164141-
CMYK0.0500.140.36
HSL83.48º11.22%59.8%-
HSV(B)83.48º14.02%64.31%-
XYZ31.635.4430.37-
YUV158.69118.02125.37-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.70%
GREEN value IS 164 (64.45% from 255) = 35.65%
BLUE value IS 141 (55.47% from 255) = 30.65%
R=33.70%
G=35.65%
B=30.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1551641410.0500.140.3683.4811.2259.8
Hex9BA48D50E2453b3c
Octal2332442155016441231374
Binary1001101110100100100011011010111010010010100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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