#9BA28B

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

Shades of Delta #9BA28B

Tints of Delta #9BA28B

Color information

#9BA28B (or 0x9BA28B) is unknown color: approx Delta. HEX triplet: 9B, A2 and 8B. RGB value is (155,162,139). Sum of RGB (Red+Green+Blue) = 155+162+139=456 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.99% from 456); Green value is 162 (63.67% from 255 or 35.53% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA28B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA28B is #645D74. Grayscale: #9D9D9D. Windows color (decimal): -6577525 or 9151131. OLE color: 9151131.

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

Color convert

RGB155162139-
CMYK0.0400.140.36
HSL78.26º11%59.02%-
HSV(B)78.26º14.2%63.53%-
XYZ31.134.6729.48-
YUV157.28117.68126.37-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.99%
GREEN value IS 162 (63.67% from 255) = 35.53%
BLUE value IS 139 (54.69% from 255) = 30.48%
R=33.99%
G=35.53%
B=30.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1551621390.0400.140.3678.261159.02
Hex9BA28B40E244eb3b
Octal2332422134016441161373
Binary1001101110100010100010111000111010010010011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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