#9BCCBD

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

Shades of Shadow Green #9BCCBD

Tints of Shadow Green #9BCCBD

Color information

#9BCCBD (or 0x9BCCBD) is unknown color: approx Shadow Green. HEX triplet: 9B, CC and BD. RGB value is (155,204,189). Sum of RGB (Red+Green+Blue) = 155+204+189=548 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.28% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 189 (74.22% from 255 or 34.49% from 548); Max value from RGB is 204 - color contains mainly: green. Hex color #9BCCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCCBD is #643342. Grayscale: #BBBBBB. Windows color (decimal): -6566723 or 12438683. OLE color: 12438683.

HSL color Cylindrical-coordinate representation of color #9BCCBD: hue angle of 161.63º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BCCBD is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB155204189-
CMYK0.2400.070.2
HSL161.63º32.45%70.39%-
HSV(B)161.63º24.02%80%-
XYZ44.353.8356.2-
YUV187.64128.77104.72-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.28%
GREEN value IS 204 (80.08% from 255) = 37.23%
BLUE value IS 189 (74.22% from 255) = 34.49%
R=28.28%
G=37.23%
B=34.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1552041890.2400.070.2161.6332.4570.39
Hex9BCCBD180714a22046
Octal23331427530072424240106
Binary10011011110011001011110111000011110100101000101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,204,189); }

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

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

 a { background-color: rgb(155,204,189); }

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

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

 span { border-color: rgb(155,204,189); }

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