#98C35F

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

Shades of Olivine #98C35F

Tints of Olivine #98C35F

Color information

#98C35F (or 0x98C35F) is unknown color: approx Olivine. HEX triplet: 98, C3 and 5F. RGB value is (152,195,95). Sum of RGB (Red+Green+Blue) = 152+195+95=442 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.39% from 442); Green value is 195 (76.56% from 255 or 44.12% from 442); Blue value is 95 (37.5% from 255 or 21.49% from 442); Max value from RGB is 195 - color contains mainly: green. Hex color #98C35F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C35F is #673CA0. Grayscale: #ABABAB. Windows color (decimal): -6765729 or 6275992. OLE color: 6275992.

HSL color Cylindrical-coordinate representation of color #98C35F: hue angle of 85.8º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #98C35F is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB15219595-
CMYK0.2200.510.24
HSL85.8º45.45%56.86%-
HSV(B)85.8º51.28%76.47%-
XYZ34.5346.5317.99-
YUV170.7485.25114.63-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.39%
GREEN value IS 195 (76.56% from 255) = 44.12%
BLUE value IS 95 (37.5% from 255) = 21.49%
R=34.39%
G=44.12%
B=21.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal152195950.2200.510.2485.845.4556.86
Hex98C35F1603318562d39
Octal23030313726063301265571
Binary10011000110000111011111101100110011110001010110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,195,95); }

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

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

 a { background-color: rgb(152,195,95); }

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

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

 span { border-color: rgb(152,195,95); }

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