#98B97B

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

Shades of Olivine #98B97B

Tints of Olivine #98B97B

Color information

#98B97B (or 0x98B97B) is unknown color: approx Olivine. HEX triplet: 98, B9 and 7B. RGB value is (152,185,123). Sum of RGB (Red+Green+Blue) = 152+185+123=460 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.04% from 460); Green value is 185 (72.66% from 255 or 40.22% from 460); Blue value is 123 (48.44% from 255 or 26.74% from 460); Max value from RGB is 185 - color contains mainly: green. Hex color #98B97B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98B97B is #674684. Grayscale: #A8A8A8. Windows color (decimal): -6768261 or 8108440. OLE color: 8108440.

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

Color convert

RGB152185123-
CMYK0.1800.340.27
HSL91.94º30.69%60.39%-
HSV(B)91.94º33.51%72.55%-
XYZ33.8742.825.22-
YUV168.06102.57116.54-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.04%
GREEN value IS 185 (72.66% from 255) = 40.22%
BLUE value IS 123 (48.44% from 255) = 26.74%
R=33.04%
G=40.22%
B=26.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1521851230.1800.340.2791.9430.6960.39
Hex98B97B120221B5c1f3c
Octal23027117322042331343774
Binary1001100010111001111101110010010001011011101110011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,185,123); }

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

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

 a { background-color: rgb(152,185,123); }

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

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

 span { border-color: rgb(152,185,123); }

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