#9CBFB9

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

Shades of Shadow Green #9CBFB9

Tints of Shadow Green #9CBFB9

Color information

#9CBFB9 (or 0x9CBFB9) is unknown color: approx Shadow Green. HEX triplet: 9C, BF and B9. RGB value is (156,191,185). Sum of RGB (Red+Green+Blue) = 156+191+185=532 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.32% from 532); Green value is 191 (75% from 255 or 35.90% from 532); Blue value is 185 (72.66% from 255 or 34.77% from 532); Max value from RGB is 191 - color contains mainly: green. Hex color #9CBFB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBFB9 is #634046. Grayscale: #B3B3B3. Windows color (decimal): -6504519 or 12173212. OLE color: 12173212.

HSL color Cylindrical-coordinate representation of color #9CBFB9: hue angle of 169.71º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9CBFB9 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB156191185-
CMYK0.1800.030.25
HSL169.71º21.47%68.04%-
HSV(B)169.71º18.32%74.9%-
XYZ41.147.8352.97-
YUV179.85130.9110.99-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.32%
GREEN value IS 191 (75% from 255) = 35.90%
BLUE value IS 185 (72.66% from 255) = 34.77%
R=29.32%
G=35.90%
B=34.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561911850.1800.030.25169.7121.4768.04
Hex9CBFB9120319aa1544
Octal23427727122033125225104
Binary100111001011111110111001100100111100110101010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,191,185); }

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

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

 a { background-color: rgb(156,191,185); }

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

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

 span { border-color: rgb(156,191,185); }

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