#99BCB0

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

Shades of Shadow Green #99BCB0

Tints of Shadow Green #99BCB0

Color information

#99BCB0 (or 0x99BCB0) is unknown color: approx Shadow Green. HEX triplet: 99, BC and B0. RGB value is (153,188,176). Sum of RGB (Red+Green+Blue) = 153+188+176=517 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.59% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 176 (69.14% from 255 or 34.04% from 517); Max value from RGB is 188 - color contains mainly: green. Hex color #99BCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BCB0 is #66434F. Grayscale: #B0B0B0. Windows color (decimal): -6701904 or 11582617. OLE color: 11582617.

HSL color Cylindrical-coordinate representation of color #99BCB0: hue angle of 159.43º 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 #99BCB0 is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB153188176-
CMYK0.1900.060.26
HSL159.43º20.71%66.86%-
HSV(B)159.43º18.62%73.73%-
XYZ38.9645.8747.88-
YUV176.17127.9111.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.59%
GREEN value IS 188 (73.83% from 255) = 36.36%
BLUE value IS 176 (69.14% from 255) = 34.04%
R=29.59%
G=36.36%
B=34.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1531881760.1900.060.26159.4320.7166.86
Hex99BCB013061A9f1543
Octal23127426023063223725103
Binary1001100110111100101100001001101101101010011111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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