#9BACA1

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

Shades of Edward #9BACA1

Tints of Edward #9BACA1

Color information

#9BACA1 (or 0x9BACA1) is unknown color: approx Edward. HEX triplet: 9B, AC and A1. RGB value is (155,172,161). Sum of RGB (Red+Green+Blue) = 155+172+161=488 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.76% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 161 (63.28% from 255 or 32.99% from 488); Max value from RGB is 172 - color contains mainly: green. Hex color #9BACA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BACA1 is #64535E. Grayscale: #A5A5A5. Windows color (decimal): -6574943 or 10595483. OLE color: 10595483.

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

Color convert

RGB155172161-
CMYK0.1000.060.33
HSL141.18º9.29%64.12%-
HSV(B)141.18º9.88%67.45%-
XYZ34.739.0539.43-
YUV165.66125.37120.39-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.76%
GREEN value IS 172 (67.58% from 255) = 35.25%
BLUE value IS 161 (63.28% from 255) = 32.99%
R=31.76%
G=35.25%
B=32.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1551721610.1000.060.33141.189.2964.12
Hex9BACA1A06218d940
Octal23325424112064121511100
Binary100110111010110010100001101001101000011000110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BACA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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