#99BCB4

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

Shades of Shadow Green #99BCB4

Tints of Shadow Green #99BCB4

Color information

#99BCB4 (or 0x99BCB4) is unknown color: approx Shadow Green. HEX triplet: 99, BC and B4. RGB value is (153,188,180). Sum of RGB (Red+Green+Blue) = 153+188+180=521 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.37% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 180 (70.70% from 255 or 34.55% from 521); Max value from RGB is 188 - color contains mainly: green. Hex color #99BCB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BCB4 is #66434B. Grayscale: #B0B0B0. Windows color (decimal): -6701900 or 11844761. OLE color: 11844761.

HSL color Cylindrical-coordinate representation of color #99BCB4: hue angle of 166.29º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #99BCB4 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB153188180-
CMYK0.1900.040.26
HSL166.29º20.71%66.86%-
HSV(B)166.29º18.62%73.73%-
XYZ39.3646.0349.99-
YUV176.62129.9111.15-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.37%
GREEN value IS 188 (73.83% from 255) = 36.08%
BLUE value IS 180 (70.70% from 255) = 34.55%
R=29.37%
G=36.08%
B=34.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1531881800.1900.040.26166.2920.7166.86
Hex99BCB413041Aa61543
Octal23127426423043224625103
Binary1001100110111100101101001001101001101010100110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99BCB4; }

 p { color: rgb(153,188,180); }

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

<style>
 a { background-color: #99BCB4; }

 a { background-color: rgb(153,188,180); }

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

<style>
 span { border-color: #99BCB4; }

 span { border-color: rgb(153,188,180); }

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