#98B967

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

Shades of Olivine #98B967

Tints of Olivine #98B967

Color information

#98B967 (or 0x98B967) is unknown color: approx Olivine. HEX triplet: 98, B9 and 67. RGB value is (152,185,103). Sum of RGB (Red+Green+Blue) = 152+185+103=440 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.55% from 440); Green value is 185 (72.66% from 255 or 42.05% from 440); Blue value is 103 (40.62% from 255 or 23.41% from 440); Max value from RGB is 185 - color contains mainly: green. Hex color #98B967 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98B967 is #674698. Grayscale: #A6A6A6. Windows color (decimal): -6768281 or 6797720. OLE color: 6797720.

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

Color convert

RGB152185103-
CMYK0.1800.440.27
HSL84.15º36.94%56.47%-
HSV(B)84.15º44.32%72.55%-
XYZ32.7542.3519.28-
YUV165.7892.57118.17-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.55%
GREEN value IS 185 (72.66% from 255) = 42.05%
BLUE value IS 103 (40.62% from 255) = 23.41%
R=34.55%
G=42.05%
B=23.41%

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
Decimal1521851030.1800.440.2784.1536.9456.47
Hex98B9671202C1B542538
Octal23027114722054331244570
Binary10011000101110011100111100100101100110111010100100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,185,103); }

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

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

 a { background-color: rgb(152,185,103); }

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

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

 span { border-color: rgb(152,185,103); }

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