#98BF5D

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

Shades of Olivine #98BF5D

Tints of Olivine #98BF5D

Color information

#98BF5D (or 0x98BF5D) is unknown color: approx Olivine. HEX triplet: 98, BF and 5D. RGB value is (152,191,93). Sum of RGB (Red+Green+Blue) = 152+191+93=436 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.86% from 436); Green value is 191 (75% from 255 or 43.81% from 436); Blue value is 93 (36.72% from 255 or 21.33% from 436); Max value from RGB is 191 - color contains mainly: green. Hex color #98BF5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BF5D is #6740A2. Grayscale: #A8A8A8. Windows color (decimal): -6766755 or 6143896. OLE color: 6143896.

HSL color Cylindrical-coordinate representation of color #98BF5D: hue angle of 83.88º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #98BF5D is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB15219193-
CMYK0.2000.510.25
HSL83.88º43.36%55.69%-
HSV(B)83.88º51.31%74.9%-
XYZ33.5644.7317.22-
YUV168.1785.58116.47-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.86%
GREEN value IS 191 (75% from 255) = 43.81%
BLUE value IS 93 (36.72% from 255) = 21.33%
R=34.86%
G=43.81%
B=21.33%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal152191930.2000.510.2583.8843.3655.69
Hex98BF5D1403319542b38
Octal23027713524063311245370
Binary10011000101111111011101101000110011110011010100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,191,93); }

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

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

 a { background-color: rgb(152,191,93); }

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

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

 span { border-color: rgb(152,191,93); }

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