#98BD69

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

Shades of Olivine #98BD69

Tints of Olivine #98BD69

Color information

#98BD69 (or 0x98BD69) is unknown color: approx Olivine. HEX triplet: 98, BD and 69. RGB value is (152,189,105). Sum of RGB (Red+Green+Blue) = 152+189+105=446 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.08% from 446); Green value is 189 (74.22% from 255 or 42.38% from 446); Blue value is 105 (41.41% from 255 or 23.54% from 446); Max value from RGB is 189 - color contains mainly: green. Hex color #98BD69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BD69 is #674296. Grayscale: #A8A8A8. Windows color (decimal): -6767255 or 6929816. OLE color: 6929816.

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

Color convert

RGB152189105-
CMYK0.2000.440.26
HSL86.43º38.89%57.65%-
HSV(B)86.43º44.44%74.12%-
XYZ33.744.0920.1-
YUV168.3692.24116.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.08%
GREEN value IS 189 (74.22% from 255) = 42.38%
BLUE value IS 105 (41.41% from 255) = 23.54%
R=34.08%
G=42.38%
B=23.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1521891050.2000.440.2686.4338.8957.65
Hex98BD691402C1A56273a
Octal23027515124054321264772
Binary10011000101111011101001101000101100110101010110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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