#9CBEB7

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

Shades of Shadow Green #9CBEB7

Tints of Shadow Green #9CBEB7

Color information

#9CBEB7 (or 0x9CBEB7) is unknown color: approx Shadow Green. HEX triplet: 9C, BE and B7. RGB value is (156,190,183). Sum of RGB (Red+Green+Blue) = 156+190+183=529 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.49% from 529); Green value is 190 (74.61% from 255 or 35.92% from 529); Blue value is 183 (71.88% from 255 or 34.59% from 529); Max value from RGB is 190 - color contains mainly: green. Hex color #9CBEB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBEB7 is #634148. Grayscale: #B3B3B3. Windows color (decimal): -6504777 or 12041884. OLE color: 12041884.

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

Color convert

RGB156190183-
CMYK0.1800.040.25
HSL167.65º20.73%67.84%-
HSV(B)167.65º17.89%74.51%-
XYZ40.6747.3151.79-
YUV179.04130.24111.57-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.49%
GREEN value IS 190 (74.61% from 255) = 35.92%
BLUE value IS 183 (71.88% from 255) = 34.59%
R=29.49%
G=35.92%
B=34.59%

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
Decimal1561901830.1800.040.25167.6520.7367.84
Hex9CBEB7120419a81544
Octal23427626722043125025104
Binary1001110010111110101101111001001001100110101000101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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