#9BA38B

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

Shades of Delta #9BA38B

Tints of Delta #9BA38B

Color information

#9BA38B (or 0x9BA38B) is unknown color: approx Delta. HEX triplet: 9B, A3 and 8B. RGB value is (155,163,139). Sum of RGB (Red+Green+Blue) = 155+163+139=457 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.92% from 457); Green value is 163 (64.06% from 255 or 35.67% from 457); Blue value is 139 (54.69% from 255 or 30.42% from 457); Max value from RGB is 163 - color contains mainly: green. Hex color #9BA38B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA38B is #645C74. Grayscale: #9D9D9D. Windows color (decimal): -6577269 or 9151387. OLE color: 9151387.

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

Color convert

RGB155163139-
CMYK0.0500.150.36
HSL80º11.54%59.22%-
HSV(B)80º14.72%63.92%-
XYZ31.2735.0329.54-
YUV157.87117.35125.95-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.92%
GREEN value IS 163 (64.06% from 255) = 35.67%
BLUE value IS 139 (54.69% from 255) = 30.42%
R=33.92%
G=35.67%
B=30.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1551631390.0500.150.368011.5459.22
Hex9BA38B50F2450c3b
Octal2332432135017441201473
Binary1001101110100011100010111010111110010010100001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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