#9BA487

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

Shades of Delta #9BA487

Tints of Delta #9BA487

Color information

#9BA487 (or 0x9BA487) is unknown color: approx Delta. HEX triplet: 9B, A4 and 87. RGB value is (155,164,135). Sum of RGB (Red+Green+Blue) = 155+164+135=454 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.14% from 454); Green value is 164 (64.45% from 255 or 36.12% from 454); Blue value is 135 (53.12% from 255 or 29.74% from 454); Max value from RGB is 164 - color contains mainly: green. Hex color #9BA487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA487 is #645B78. Grayscale: #9E9E9E. Windows color (decimal): -6577017 or 8889499. OLE color: 8889499.

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

Color convert

RGB155164135-
CMYK0.0500.180.36
HSL78.62º13.74%58.63%-
HSV(B)78.62º17.68%64.31%-
XYZ31.1735.2728.09-
YUV158115.02125.86-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.14%
GREEN value IS 164 (64.45% from 255) = 36.12%
BLUE value IS 135 (53.12% from 255) = 29.74%
R=34.14%
G=36.12%
B=29.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1551641350.0500.180.3678.6213.7458.63
Hex9BA4875012244fe3b
Octal2332442075022441171673
Binary10011011101001001000011110101001010010010011111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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