#9BA18B

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

Shades of Delta #9BA18B

Tints of Delta #9BA18B

Color information

#9BA18B (or 0x9BA18B) is unknown color: approx Delta. HEX triplet: 9B, A1 and 8B. RGB value is (155,161,139). Sum of RGB (Red+Green+Blue) = 155+161+139=455 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.07% from 455); Green value is 161 (63.28% from 255 or 35.38% from 455); Blue value is 139 (54.69% from 255 or 30.55% from 455); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA18B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA18B is #645E74. Grayscale: #9C9C9C. Windows color (decimal): -6577781 or 9150875. OLE color: 9150875.

HSL color Cylindrical-coordinate representation of color #9BA18B: hue angle of 76.36º degrees, saturation: 0.1, 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 #9BA18B is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB155161139-
CMYK0.0400.140.37
HSL76.36º10.48%58.82%-
HSV(B)76.36º13.66%63.14%-
XYZ30.9234.3229.42-
YUV156.7118.01126.79-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.07%
GREEN value IS 161 (63.28% from 255) = 35.38%
BLUE value IS 139 (54.69% from 255) = 30.55%
R=34.07%
G=35.38%
B=30.55%

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
Decimal1551611390.0400.140.3776.3610.4858.82
Hex9BA18B40E254ca3b
Octal2332412134016451141273
Binary1001101110100001100010111000111010010110011001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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