#98BCB3

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

Shades of Shadow Green #98BCB3

Tints of Shadow Green #98BCB3

Color information

#98BCB3 (or 0x98BCB3) is unknown color: approx Shadow Green. HEX triplet: 98, BC and B3. RGB value is (152,188,179). Sum of RGB (Red+Green+Blue) = 152+188+179=519 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.29% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 179 (70.31% from 255 or 34.49% from 519); Max value from RGB is 188 - color contains mainly: green. Hex color #98BCB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BCB3 is #67434C. Grayscale: #B0B0B0. Windows color (decimal): -6767437 or 11779224. OLE color: 11779224.

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

Color convert

RGB152188179-
CMYK0.1900.050.26
HSL165º21.18%66.67%-
HSV(B)165º19.15%73.73%-
XYZ39.0745.949.45-
YUV176.21129.57110.73-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.29%
GREEN value IS 188 (73.83% from 255) = 36.22%
BLUE value IS 179 (70.31% from 255) = 34.49%
R=29.29%
G=36.22%
B=34.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1521881790.1900.050.2616521.1866.67
Hex98BCB313051Aa51543
Octal23027426323053224525103
Binary1001100010111100101100111001101011101010100101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98BCB3; }

 p { color: rgb(152,188,179); }

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

<style>
 a { background-color: #98BCB3; }

 a { background-color: rgb(152,188,179); }

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

<style>
 span { border-color: #98BCB3; }

 span { border-color: rgb(152,188,179); }

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