#98BC7D

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

Shades of Olivine #98BC7D

Tints of Olivine #98BC7D

Color information

#98BC7D (or 0x98BC7D) is unknown color: approx Olivine. HEX triplet: 98, BC and 7D. RGB value is (152,188,125). Sum of RGB (Red+Green+Blue) = 152+188+125=465 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.69% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 188 - color contains mainly: green. Hex color #98BC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BC7D is #674382. Grayscale: #AAAAAA. Windows color (decimal): -6767491 or 8240280. OLE color: 8240280.

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

Color convert

RGB152188125-
CMYK0.1900.340.26
HSL94.29º31.98%61.37%-
HSV(B)94.29º33.51%73.73%-
XYZ34.6344.1226.09-
YUV170.05102.57115.12-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.69%
GREEN value IS 188 (73.83% from 255) = 40.43%
BLUE value IS 125 (49.22% from 255) = 26.88%
R=32.69%
G=40.43%
B=26.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1521881250.1900.340.2694.2931.9861.37
Hex98BC7D130221A5e203d
Octal23027417523042321364075
Binary10011000101111001111101100110100010110101011110100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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