#98BA69

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

Shades of Olivine #98BA69

Tints of Olivine #98BA69

Color information

#98BA69 (or 0x98BA69) is unknown color: approx Olivine. HEX triplet: 98, BA and 69. RGB value is (152,186,105). Sum of RGB (Red+Green+Blue) = 152+186+105=443 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.31% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 105 (41.41% from 255 or 23.70% from 443); Max value from RGB is 186 - color contains mainly: green. Hex color #98BA69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BA69 is #674596. Grayscale: #A6A6A6. Windows color (decimal): -6768023 or 6929048. OLE color: 6929048.

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

Color convert

RGB152186105-
CMYK0.1800.440.27
HSL85.19º36.99%57.06%-
HSV(B)85.19º43.55%72.94%-
XYZ33.0642.8119.89-
YUV166.693.24117.59-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.31%
GREEN value IS 186 (73.05% from 255) = 41.99%
BLUE value IS 105 (41.41% from 255) = 23.70%
R=34.31%
G=41.99%
B=23.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1521861050.1800.440.2785.1936.9957.06
Hex98BA691202C1B552539
Octal23027215122054331254571
Binary10011000101110101101001100100101100110111010101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,186,105); }

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

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

 a { background-color: rgb(152,186,105); }

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

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

 span { border-color: rgb(152,186,105); }

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