#99BFB2

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

Shades of Shadow Green #99BFB2

Tints of Shadow Green #99BFB2

Color information

#99BFB2 (or 0x99BFB2) is unknown color: approx Shadow Green. HEX triplet: 99, BF and B2. RGB value is (153,191,178). Sum of RGB (Red+Green+Blue) = 153+191+178=522 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.31% from 522); Green value is 191 (75% from 255 or 36.59% from 522); Blue value is 178 (69.92% from 255 or 34.10% from 522); Max value from RGB is 191 - color contains mainly: green. Hex color #99BFB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BFB2 is #66404D. Grayscale: #B2B2B2. Windows color (decimal): -6701134 or 11714457. OLE color: 11714457.

HSL color Cylindrical-coordinate representation of color #99BFB2: hue angle of 159.47º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #99BFB2 is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB153191178-
CMYK0.2000.070.25
HSL159.47º22.89%67.45%-
HSV(B)159.47º19.9%74.9%-
XYZ39.847.2549.14-
YUV178.16127.91110.06-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.31%
GREEN value IS 191 (75% from 255) = 36.59%
BLUE value IS 178 (69.92% from 255) = 34.10%
R=29.31%
G=36.59%
B=34.10%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531911780.2000.070.25159.4722.8967.45
Hex99BFB21407199f1743
Octal23127726224073123727103
Binary1001100110111111101100101010001111100110011111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,191,178); }

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

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

 a { background-color: rgb(153,191,178); }

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

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

 span { border-color: rgb(153,191,178); }

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