#98BC75

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

Shades of Olivine #98BC75

Tints of Olivine #98BC75

Color information

#98BC75 (or 0x98BC75) is unknown color: approx Olivine. HEX triplet: 98, BC and 75. RGB value is (152,188,117). Sum of RGB (Red+Green+Blue) = 152+188+117=457 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.26% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 188 - color contains mainly: green. Hex color #98BC75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BC75 is #67438A. Grayscale: #A9A9A9. Windows color (decimal): -6767499 or 7715992. OLE color: 7715992.

HSL color Cylindrical-coordinate representation of color #98BC75: hue angle of 90.42º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98BC75 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB152188117-
CMYK0.1900.380.26
HSL90.42º34.63%59.8%-
HSV(B)90.42º37.77%73.73%-
XYZ34.1443.9323.51-
YUV169.1498.57115.77-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.26%
GREEN value IS 188 (73.83% from 255) = 41.14%
BLUE value IS 117 (46.09% from 255) = 25.60%
R=33.26%
G=41.14%
B=25.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1521881170.1900.380.2690.4234.6359.8
Hex98BC75130261A5a233c
Octal23027416523046321324374
Binary10011000101111001110101100110100110110101011010100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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