#9BB09F

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

Shades of Edward #9BB09F

Tints of Edward #9BB09F

Color information

#9BB09F (or 0x9BB09F) is unknown color: approx Edward. HEX triplet: 9B, B0 and 9F. RGB value is (155,176,159). Sum of RGB (Red+Green+Blue) = 155+176+159=490 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.63% from 490); Green value is 176 (69.14% from 255 or 35.92% from 490); Blue value is 159 (62.5% from 255 or 32.45% from 490); Max value from RGB is 176 - color contains mainly: green. Hex color #9BB09F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BB09F is #644F60. Grayscale: #A7A7A7. Windows color (decimal): -6573921 or 10465435. OLE color: 10465435.

HSL color Cylindrical-coordinate representation of color #9BB09F: hue angle of 131.43º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9BB09F is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB155176159-
CMYK0.1200.100.31
HSL131.43º11.73%64.9%-
HSV(B)131.43º11.93%69.02%-
XYZ35.340.5238.76-
YUV167.78123.04118.88-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.63%
GREEN value IS 176 (69.14% from 255) = 35.92%
BLUE value IS 159 (62.5% from 255) = 32.45%
R=31.63%
G=35.92%
B=32.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1551761590.1200.100.31131.4311.7364.9
Hex9BB09FC0A1F83c41
Octal233260237140123720314101
Binary100110111011000010011111110001010111111000001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,176,159); }

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

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

 a { background-color: rgb(155,176,159); }

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

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

 span { border-color: rgb(155,176,159); }

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