#9CBFBE

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

Shades of Shadow Green #9CBFBE

Tints of Shadow Green #9CBFBE

Color information

#9CBFBE (or 0x9CBFBE) is unknown color: approx Shadow Green. HEX triplet: 9C, BF and BE. RGB value is (156,191,190). Sum of RGB (Red+Green+Blue) = 156+191+190=537 (71% of max value = 765). Red value is 156 (61.33% from 255 or 29.05% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 191 - color contains mainly: green. Hex color #9CBFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBFBE is #634041. Grayscale: #B4B4B4. Windows color (decimal): -6504514 or 12500892. OLE color: 12500892.

HSL color Cylindrical-coordinate representation of color #9CBFBE: hue angle of 178.29º 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 #9CBFBE is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB156191190-
CMYK0.1800.010.25
HSL178.29º21.47%68.04%-
HSV(B)178.29º18.32%74.9%-
XYZ41.6448.0555.79-
YUV180.42133.4110.58-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.05%
GREEN value IS 191 (75% from 255) = 35.57%
BLUE value IS 190 (74.61% from 255) = 35.38%
R=29.05%
G=35.57%
B=35.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561911900.1800.010.25178.2921.4768.04
Hex9CBFBE120119b21544
Octal23427727622013126225104
Binary10011100101111111011111010010011100110110010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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