#9CBEB6

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

Shades of Shadow Green #9CBEB6

Tints of Shadow Green #9CBEB6

Color information

#9CBEB6 (or 0x9CBEB6) is unknown color: approx Shadow Green. HEX triplet: 9C, BE and B6. RGB value is (156,190,182). Sum of RGB (Red+Green+Blue) = 156+190+182=528 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.55% from 528); Green value is 190 (74.61% from 255 or 35.98% from 528); Blue value is 182 (71.48% from 255 or 34.47% from 528); Max value from RGB is 190 - color contains mainly: green. Hex color #9CBEB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBEB6 is #634149. Grayscale: #B2B2B2. Windows color (decimal): -6504778 or 11976348. OLE color: 11976348.

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

Color convert

RGB156190182-
CMYK0.1800.040.25
HSL165.88º20.73%67.84%-
HSV(B)165.88º17.89%74.51%-
XYZ40.5747.2751.24-
YUV178.92129.74111.65-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.55%
GREEN value IS 190 (74.61% from 255) = 35.98%
BLUE value IS 182 (71.48% from 255) = 34.47%
R=29.55%
G=35.98%
B=34.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561901820.1800.040.25165.8820.7367.84
Hex9CBEB6120419a61544
Octal23427626622043124625104
Binary1001110010111110101101101001001001100110100110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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