#9BA48A

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

Shades of Delta #9BA48A

Tints of Delta #9BA48A

Color information

#9BA48A (or 0x9BA48A) is unknown color: approx Delta. HEX triplet: 9B, A4 and 8A. RGB value is (155,164,138). Sum of RGB (Red+Green+Blue) = 155+164+138=457 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.92% from 457); Green value is 164 (64.45% from 255 or 35.89% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 164 - color contains mainly: green. Hex color #9BA48A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA48A is #645B75. Grayscale: #9E9E9E. Windows color (decimal): -6577014 or 9086107. OLE color: 9086107.

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

Color convert

RGB155164138-
CMYK0.0500.160.36
HSL80.77º12.5%59.22%-
HSV(B)80.77º15.85%64.31%-
XYZ31.3835.3529.21-
YUV158.34116.52125.61-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.92%
GREEN value IS 164 (64.45% from 255) = 35.89%
BLUE value IS 138 (54.30% from 255) = 30.20%
R=33.92%
G=35.89%
B=30.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1551641380.0500.160.3680.7712.559.22
Hex9BA48A50102451d3b
Octal2332442125020441211573
Binary10011011101001001000101010101000010010010100011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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