#98BC66

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

Shades of Olivine #98BC66

Tints of Olivine #98BC66

Color information

#98BC66 (or 0x98BC66) is unknown color: approx Olivine. HEX triplet: 98, BC and 66. RGB value is (152,188,102). Sum of RGB (Red+Green+Blue) = 152+188+102=442 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.39% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 102 (40.23% from 255 or 23.08% from 442); Max value from RGB is 188 - color contains mainly: green. Hex color #98BC66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BC66 is #674399. Grayscale: #A7A7A7. Windows color (decimal): -6767514 or 6732952. OLE color: 6732952.

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

Color convert

RGB152188102-
CMYK0.1900.460.26
HSL85.12º39.09%56.86%-
HSV(B)85.12º45.74%73.73%-
XYZ33.3343.619.23-
YUV167.4391.07116.99-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.39%
GREEN value IS 188 (73.83% from 255) = 42.53%
BLUE value IS 102 (40.23% from 255) = 23.08%
R=34.39%
G=42.53%
B=23.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1521881020.1900.460.2685.1239.0956.86
Hex98BC661302E1A552739
Octal23027414623056321254771
Binary10011000101111001100110100110101110110101010101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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