#98BFB6

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

Shades of Shadow Green #98BFB6

Tints of Shadow Green #98BFB6

Color information

#98BFB6 (or 0x98BFB6) is unknown color: approx Shadow Green. HEX triplet: 98, BF and B6. RGB value is (152,191,182). Sum of RGB (Red+Green+Blue) = 152+191+182=525 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.95% from 525); Green value is 191 (75% from 255 or 36.38% from 525); Blue value is 182 (71.48% from 255 or 34.67% from 525); Max value from RGB is 191 - color contains mainly: green. Hex color #98BFB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BFB6 is #674049. Grayscale: #B2B2B2. Windows color (decimal): -6766666 or 11976600. OLE color: 11976600.

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

Color convert

RGB152191182-
CMYK0.2000.050.25
HSL166.15º23.35%67.25%-
HSV(B)166.15º20.42%74.9%-
XYZ40.0247.3151.28-
YUV178.31130.08109.23-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.95%
GREEN value IS 191 (75% from 255) = 36.38%
BLUE value IS 182 (71.48% from 255) = 34.67%
R=28.95%
G=36.38%
B=34.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521911820.2000.050.25166.1523.3567.25
Hex98BFB6140519a61743
Octal23027726624053124627103
Binary1001100010111111101101101010001011100110100110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,191,182); }

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

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

 a { background-color: rgb(152,191,182); }

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

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

 span { border-color: rgb(152,191,182); }

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