#98BC7E

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

Shades of Olivine #98BC7E

Tints of Olivine #98BC7E

Color information

#98BC7E (or 0x98BC7E) is unknown color: approx Olivine. HEX triplet: 98, BC and 7E. RGB value is (152,188,126). Sum of RGB (Red+Green+Blue) = 152+188+126=466 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.62% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 126 (49.61% from 255 or 27.04% from 466); Max value from RGB is 188 - color contains mainly: green. Hex color #98BC7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BC7E is #674381. Grayscale: #AAAAAA. Windows color (decimal): -6767490 or 8305816. OLE color: 8305816.

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

Color convert

RGB152188126-
CMYK0.1900.330.26
HSL94.84º31.63%61.57%-
HSV(B)94.84º32.98%73.73%-
XYZ34.744.1526.43-
YUV170.17103.07115.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.62%
GREEN value IS 188 (73.83% from 255) = 40.34%
BLUE value IS 126 (49.61% from 255) = 27.04%
R=32.62%
G=40.34%
B=27.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1521881260.1900.330.2694.8431.6361.57
Hex98BC7E130211A5f203e
Octal23027417623041321374076
Binary10011000101111001111110100110100001110101011111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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