#9BA18A

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

Shades of Delta #9BA18A

Tints of Delta #9BA18A

Color information

#9BA18A (or 0x9BA18A) is unknown color: approx Delta. HEX triplet: 9B, A1 and 8A. RGB value is (155,161,138). Sum of RGB (Red+Green+Blue) = 155+161+138=454 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.14% from 454); Green value is 161 (63.28% from 255 or 35.46% from 454); Blue value is 138 (54.30% from 255 or 30.40% from 454); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA18A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA18A is #645E75. Grayscale: #9C9C9C. Windows color (decimal): -6577782 or 9085339. OLE color: 9085339.

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

Color convert

RGB155161138-
CMYK0.0400.140.37
HSL75.65º10.9%58.63%-
HSV(B)75.65º14.29%63.14%-
XYZ30.8534.2929.04-
YUV156.58117.51126.87-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.14%
GREEN value IS 161 (63.28% from 255) = 35.46%
BLUE value IS 138 (54.30% from 255) = 30.40%
R=34.14%
G=35.46%
B=30.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1551611380.0400.140.3775.6510.958.63
Hex9BA18A40E254cb3b
Octal2332412124016451141373
Binary1001101110100001100010101000111010010110011001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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