#9BABA7

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

Shades of Conch #9BABA7

Tints of Conch #9BABA7

Color information

#9BABA7 (or 0x9BABA7) is unknown color: approx Conch. HEX triplet: 9B, AB and A7. RGB value is (155,171,167). Sum of RGB (Red+Green+Blue) = 155+171+167=493 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.44% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 167 (65.62% from 255 or 33.87% from 493); Max value from RGB is 171 - color contains mainly: green. Hex color #9BABA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BABA7 is #645458. Grayscale: #A5A5A5. Windows color (decimal): -6575193 or 10988443. OLE color: 10988443.

HSL color Cylindrical-coordinate representation of color #9BABA7: hue angle of 165º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9BABA7 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB155171167-
CMYK0.0900.020.33
HSL165º8.7%63.92%-
HSV(B)165º9.36%67.06%-
XYZ35.0638.8842.22-
YUV165.76128.7120.33-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.44%
GREEN value IS 171 (67.19% from 255) = 34.69%
BLUE value IS 167 (65.62% from 255) = 33.87%
R=31.44%
G=34.69%
B=33.87%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1551711670.0900.020.331658.763.92
Hex9BABA790221a5940
Octal23325324711024124511100
Binary10011011101010111010011110010101000011010010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BABA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,171,167); }

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

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

 a { background-color: rgb(155,171,167); }

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

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

 span { border-color: rgb(155,171,167); }

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