#9BA296

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

Shades of Delta #9BA296

Tints of Delta #9BA296

Color information

#9BA296 (or 0x9BA296) is unknown color: approx Delta. HEX triplet: 9B, A2 and 96. RGB value is (155,162,150). Sum of RGB (Red+Green+Blue) = 155+162+150=467 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.19% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 150 (58.98% from 255 or 32.12% from 467); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA296 is #645D69. Grayscale: #9E9E9E. Windows color (decimal): -6577514 or 9872027. OLE color: 9872027.

HSL color Cylindrical-coordinate representation of color #9BA296: hue angle of 95º degrees, saturation: 0.06, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9BA296 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB155162150-
CMYK0.0400.070.36
HSL95º6.06%61.18%-
HSV(B)95º7.41%63.53%-
XYZ31.9435.0133.93-
YUV158.54123.18125.48-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.19%
GREEN value IS 162 (63.67% from 255) = 34.69%
BLUE value IS 150 (58.98% from 255) = 32.12%
R=33.19%
G=34.69%
B=32.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1551621500.0400.070.36956.0661.18
Hex9BA296407245f63d
Octal23324222640744137675
Binary10011011101000101001011010001111001001011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,162,150); }

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

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

 a { background-color: rgb(155,162,150); }

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

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

 span { border-color: rgb(155,162,150); }

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