#98B866

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

Shades of Olivine #98B866

Tints of Olivine #98B866

Color information

#98B866 (or 0x98B866) is unknown color: approx Olivine. HEX triplet: 98, B8 and 66. RGB value is (152,184,102). Sum of RGB (Red+Green+Blue) = 152+184+102=438 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.70% from 438); Green value is 184 (72.27% from 255 or 42.01% from 438); Blue value is 102 (40.23% from 255 or 23.29% from 438); Max value from RGB is 184 - color contains mainly: green. Hex color #98B866 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98B866 is #674799. Grayscale: #A5A5A5. Windows color (decimal): -6768538 or 6731928. OLE color: 6731928.

HSL color Cylindrical-coordinate representation of color #98B866: hue angle of 83.41º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #98B866 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB152184102-
CMYK0.1700.450.28
HSL83.41º36.61%56.08%-
HSV(B)83.41º44.57%72.16%-
XYZ32.4941.9218.95-
YUV165.0892.4118.67-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.70%
GREEN value IS 184 (72.27% from 255) = 42.01%
BLUE value IS 102 (40.23% from 255) = 23.29%
R=34.70%
G=42.01%
B=23.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1521841020.1700.450.2883.4136.6156.08
Hex98B8661102D1C532538
Octal23027014621055341234570
Binary10011000101110001100110100010101101111001010011100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,184,102); }

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

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

 a { background-color: rgb(152,184,102); }

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

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

 span { border-color: rgb(152,184,102); }

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