#9BACA0

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

Shades of Edward #9BACA0

Tints of Edward #9BACA0

Color information

#9BACA0 (or 0x9BACA0) is unknown color: approx Edward. HEX triplet: 9B, AC and A0. RGB value is (155,172,160). Sum of RGB (Red+Green+Blue) = 155+172+160=487 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.83% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 160 (62.89% from 255 or 32.85% from 487); Max value from RGB is 172 - color contains mainly: green. Hex color #9BACA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BACA0 is #64535F. Grayscale: #A5A5A5. Windows color (decimal): -6574944 or 10529947. OLE color: 10529947.

HSL color Cylindrical-coordinate representation of color #9BACA0: hue angle of 137.65º 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 #9BACA0 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB155172160-
CMYK0.1000.070.33
HSL137.65º9.29%64.12%-
HSV(B)137.65º9.88%67.45%-
XYZ34.6239.0138.96-
YUV165.55124.87120.48-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.83%
GREEN value IS 172 (67.58% from 255) = 35.32%
BLUE value IS 160 (62.89% from 255) = 32.85%
R=31.83%
G=35.32%
B=32.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1551721600.1000.070.33137.659.2964.12
Hex9BACA0A07218a940
Octal23325424012074121211100
Binary100110111010110010100000101001111000011000101010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BACA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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