#9CBEB2

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

Shades of Shadow Green #9CBEB2

Tints of Shadow Green #9CBEB2

Color information

#9CBEB2 (or 0x9CBEB2) is unknown color: approx Shadow Green. HEX triplet: 9C, BE and B2. RGB value is (156,190,178). Sum of RGB (Red+Green+Blue) = 156+190+178=524 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.77% from 524); Green value is 190 (74.61% from 255 or 36.26% from 524); Blue value is 178 (69.92% from 255 or 33.97% from 524); Max value from RGB is 190 - color contains mainly: green. Hex color #9CBEB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBEB2 is #63414D. Grayscale: #B2B2B2. Windows color (decimal): -6504782 or 11714204. OLE color: 11714204.

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

Color convert

RGB156190178-
CMYK0.1800.060.25
HSL158.82º20.73%67.84%-
HSV(B)158.82º17.89%74.51%-
XYZ40.1647.1149.1-
YUV178.47127.74111.98-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.77%
GREEN value IS 190 (74.61% from 255) = 36.26%
BLUE value IS 178 (69.92% from 255) = 33.97%
R=29.77%
G=36.26%
B=33.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561901780.1800.060.25158.8220.7367.84
Hex9CBEB21206199f1544
Octal23427626222063123725104
Binary1001110010111110101100101001001101100110011111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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