#9BA587

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

Shades of Delta #9BA587

Tints of Delta #9BA587

Color information

#9BA587 (or 0x9BA587) is unknown color: approx Delta. HEX triplet: 9B, A5 and 87. RGB value is (155,165,135). Sum of RGB (Red+Green+Blue) = 155+165+135=455 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.07% from 455); Green value is 165 (64.84% from 255 or 36.26% from 455); Blue value is 135 (53.12% from 255 or 29.67% from 455); Max value from RGB is 165 - color contains mainly: green. Hex color #9BA587 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA587 is #645A78. Grayscale: #9E9E9E. Windows color (decimal): -6576761 or 8889755. OLE color: 8889755.

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

Color convert

RGB155165135-
CMYK0.0600.180.35
HSL80º14.29%58.82%-
HSV(B)80º18.18%64.71%-
XYZ31.3535.6328.15-
YUV158.59114.69125.44-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.07%
GREEN value IS 165 (64.84% from 255) = 36.26%
BLUE value IS 135 (53.12% from 255) = 29.67%
R=34.07%
G=36.26%
B=29.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1551651350.0600.180.358014.2958.82
Hex9BA58760122350e3b
Octal2332452076022431201673
Binary10011011101001011000011111001001010001110100001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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