#99BFB8

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

Shades of Shadow Green #99BFB8

Tints of Shadow Green #99BFB8

Color information

#99BFB8 (or 0x99BFB8) is unknown color: approx Shadow Green. HEX triplet: 99, BF and B8. RGB value is (153,191,184). Sum of RGB (Red+Green+Blue) = 153+191+184=528 (69% of max value = 765). Red value is 153 (60.16% from 255 or 28.98% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 184 (72.27% from 255 or 34.85% from 528); Max value from RGB is 191 - color contains mainly: green. Hex color #99BFB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BFB8 is #664047. Grayscale: #B2B2B2. Windows color (decimal): -6701128 or 12107673. OLE color: 12107673.

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

Color convert

RGB153191184-
CMYK0.2000.040.25
HSL168.95º22.89%67.45%-
HSV(B)168.95º19.9%74.9%-
XYZ40.4247.4952.38-
YUV178.84130.91109.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.98%
GREEN value IS 191 (75% from 255) = 36.17%
BLUE value IS 184 (72.27% from 255) = 34.85%
R=28.98%
G=36.17%
B=34.85%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531911840.2000.040.25168.9522.8967.45
Hex99BFB8140419a91743
Octal23127727024043125127103
Binary1001100110111111101110001010001001100110101001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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