#98BD78

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

Shades of Olivine #98BD78

Tints of Olivine #98BD78

Color information

#98BD78 (or 0x98BD78) is unknown color: approx Olivine. HEX triplet: 98, BD and 78. RGB value is (152,189,120). Sum of RGB (Red+Green+Blue) = 152+189+120=461 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.97% from 461); Green value is 189 (74.22% from 255 or 41.00% from 461); Blue value is 120 (47.27% from 255 or 26.03% from 461); Max value from RGB is 189 - color contains mainly: green. Hex color #98BD78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BD78 is #674287. Grayscale: #AAAAAA. Windows color (decimal): -6767240 or 7912856. OLE color: 7912856.

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

Color convert

RGB152189120-
CMYK0.2000.370.26
HSL92.17º34.33%60.59%-
HSV(B)92.17º36.51%74.12%-
XYZ34.5444.4324.52-
YUV170.0799.74115.11-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.97%
GREEN value IS 189 (74.22% from 255) = 41.00%
BLUE value IS 120 (47.27% from 255) = 26.03%
R=32.97%
G=41.00%
B=26.03%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1521891200.2000.370.2692.1734.3360.59
Hex98BD78140251A5c223d
Octal23027517024045321344275
Binary10011000101111011111000101000100101110101011100100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BD78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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