#9CBEB1

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

Shades of Shadow Green #9CBEB1

Tints of Shadow Green #9CBEB1

Color information

#9CBEB1 (or 0x9CBEB1) is unknown color: approx Shadow Green. HEX triplet: 9C, BE and B1. RGB value is (156,190,177). Sum of RGB (Red+Green+Blue) = 156+190+177=523 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.83% from 523); Green value is 190 (74.61% from 255 or 36.33% from 523); Blue value is 177 (69.53% from 255 or 33.84% from 523); Max value from RGB is 190 - color contains mainly: green. Hex color #9CBEB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBEB1 is #63414E. Grayscale: #B2B2B2. Windows color (decimal): -6504783 or 11648668. OLE color: 11648668.

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

Color convert

RGB156190177-
CMYK0.1800.070.25
HSL157.06º20.73%67.84%-
HSV(B)157.06º17.89%74.51%-
XYZ40.0647.0748.57-
YUV178.35127.24112.06-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.83%
GREEN value IS 190 (74.61% from 255) = 36.33%
BLUE value IS 177 (69.53% from 255) = 33.84%
R=29.83%
G=36.33%
B=33.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561901770.1800.070.25157.0620.7367.84
Hex9CBEB11207199d1544
Octal23427626122073123525104
Binary1001110010111110101100011001001111100110011101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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