#9CBBB3

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

Shades of Shadow Green #9CBBB3

Tints of Shadow Green #9CBBB3

Color information

#9CBBB3 (or 0x9CBBB3) is unknown color: approx Shadow Green. HEX triplet: 9C, BB and B3. RGB value is (156,187,179). Sum of RGB (Red+Green+Blue) = 156+187+179=522 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.89% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 179 (70.31% from 255 or 34.29% from 522); Max value from RGB is 187 - color contains mainly: green. Hex color #9CBBB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBBB3 is #63444C. Grayscale: #B0B0B0. Windows color (decimal): -6505549 or 11778972. OLE color: 11778972.

HSL color Cylindrical-coordinate representation of color #9CBBB3: hue angle of 164.52º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9CBBB3 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB156187179-
CMYK0.1700.040.27
HSL164.52º18.56%67.25%-
HSV(B)164.52º16.58%73.33%-
XYZ39.6245.8649.41-
YUV176.82129.23113.15-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.89%
GREEN value IS 187 (73.44% from 255) = 35.82%
BLUE value IS 179 (70.31% from 255) = 34.29%
R=29.89%
G=35.82%
B=34.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561871790.1700.040.27164.5218.5667.25
Hex9CBBB311041Ba51343
Octal23427326321043324523103
Binary1001110010111011101100111000101001101110100101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,187,179); }

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

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

 a { background-color: rgb(156,187,179); }

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

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

 span { border-color: rgb(156,187,179); }

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