#98BF61

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

Shades of Olivine #98BF61

Tints of Olivine #98BF61

Color information

#98BF61 (or 0x98BF61) is unknown color: approx Olivine. HEX triplet: 98, BF and 61. RGB value is (152,191,97). Sum of RGB (Red+Green+Blue) = 152+191+97=440 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.55% from 440); Green value is 191 (75% from 255 or 43.41% from 440); Blue value is 97 (38.28% from 255 or 22.05% from 440); Max value from RGB is 191 - color contains mainly: green. Hex color #98BF61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BF61 is #67409E. Grayscale: #A8A8A8. Windows color (decimal): -6766751 or 6406040. OLE color: 6406040.

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

Color convert

RGB15219197-
CMYK0.2000.490.25
HSL84.89º42.34%56.47%-
HSV(B)84.89º49.21%74.9%-
XYZ33.7444.818.18-
YUV168.6287.58116.14-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.55%
GREEN value IS 191 (75% from 255) = 43.41%
BLUE value IS 97 (38.28% from 255) = 22.05%
R=34.55%
G=43.41%
B=22.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal152191970.2000.490.2584.8942.3456.47
Hex98BF611403119552a38
Octal23027714124061311255270
Binary10011000101111111100001101000110001110011010101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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