#9BA38A

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

Shades of Delta #9BA38A

Tints of Delta #9BA38A

Color information

#9BA38A (or 0x9BA38A) is unknown color: approx Delta. HEX triplet: 9B, A3 and 8A. RGB value is (155,163,138). Sum of RGB (Red+Green+Blue) = 155+163+138=456 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.99% from 456); Green value is 163 (64.06% from 255 or 35.75% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 163 - color contains mainly: green. Hex color #9BA38A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA38A is #645C75. Grayscale: #9D9D9D. Windows color (decimal): -6577270 or 9085851. OLE color: 9085851.

HSL color Cylindrical-coordinate representation of color #9BA38A: hue angle of 79.2º 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 #9BA38A is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB155163138-
CMYK0.0500.150.36
HSL79.2º11.96%59.02%-
HSV(B)79.2º15.34%63.92%-
XYZ31.23529.16-
YUV157.76116.85126.03-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.99%
GREEN value IS 163 (64.06% from 255) = 35.75%
BLUE value IS 138 (54.30% from 255) = 30.26%
R=33.99%
G=35.75%
B=30.26%

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
Decimal1551631380.0500.150.3679.211.9659.02
Hex9BA38A50F244fc3b
Octal2332432125017441171473
Binary1001101110100011100010101010111110010010011111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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