#98BAB2

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

Shades of Shadow Green #98BAB2

Tints of Shadow Green #98BAB2

Color information

#98BAB2 (or 0x98BAB2) is unknown color: approx Shadow Green. HEX triplet: 98, BA and B2. RGB value is (152,186,178). Sum of RGB (Red+Green+Blue) = 152+186+178=516 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.46% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 178 (69.92% from 255 or 34.50% from 516); Max value from RGB is 186 - color contains mainly: green. Hex color #98BAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BAB2 is #67454D. Grayscale: #AEAEAE. Windows color (decimal): -6767950 or 11713176. OLE color: 11713176.

HSL color Cylindrical-coordinate representation of color #98BAB2: hue angle of 165.88º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #98BAB2 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB152186178-
CMYK0.1800.040.27
HSL165.88º19.77%66.27%-
HSV(B)165.88º18.28%72.94%-
XYZ38.5445.0148.78-
YUV174.92129.74111.65-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.46%
GREEN value IS 186 (73.05% from 255) = 36.05%
BLUE value IS 178 (69.92% from 255) = 34.50%
R=29.46%
G=36.05%
B=34.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1521861780.1800.040.27165.8819.7766.27
Hex98BAB212041Ba61442
Octal23027226222043324624102
Binary1001100010111010101100101001001001101110100110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,186,178); }

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

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

 a { background-color: rgb(152,186,178); }

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

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

 span { border-color: rgb(152,186,178); }

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