#9BA8AC

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

Shades of Gull Grey #9BA8AC

Tints of Gull Grey #9BA8AC

Color information

#9BA8AC (or 0x9BA8AC) is unknown color: approx Gull Grey. HEX triplet: 9B, A8 and AC. RGB value is (155,168,172). Sum of RGB (Red+Green+Blue) = 155+168+172=495 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.31% from 495); Green value is 168 (66.02% from 255 or 33.94% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 172 - color contains mainly: blue. Hex color #9BA8AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA8AC is #645753. Grayscale: #A4A4A4. Windows color (decimal): -6575956 or 11315355. OLE color: 11315355.

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

Color convert

RGB155168172-
CMYK0.100.0200.33
HSL194.12º9.29%64.12%-
HSV(B)194.12º9.88%67.45%-
XYZ34.9737.9544.51-
YUV164.57132.19121.17-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.31%
GREEN value IS 168 (66.02% from 255) = 33.94%
BLUE value IS 172 (67.58% from 255) = 34.75%
R=31.31%
G=33.94%
B=34.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1551681720.100.0200.33194.129.2964.12
Hex9BA8ACA2021c2940
Octal23325025412204130211100
Binary10011011101010001010110010101001000011100001010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,168,172); }

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

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

 a { background-color: rgb(155,168,172); }

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

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

 span { border-color: rgb(155,168,172); }

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