#98C37A

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

Shades of Olivine #98C37A

Tints of Olivine #98C37A

Color information

#98C37A (or 0x98C37A) is unknown color: approx Olivine. HEX triplet: 98, C3 and 7A. RGB value is (152,195,122). Sum of RGB (Red+Green+Blue) = 152+195+122=469 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.41% from 469); Green value is 195 (76.56% from 255 or 41.58% from 469); Blue value is 122 (48.05% from 255 or 26.01% from 469); Max value from RGB is 195 - color contains mainly: green. Hex color #98C37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C37A is #673C85. Grayscale: #AEAEAE. Windows color (decimal): -6765702 or 8045464. OLE color: 8045464.

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

Color convert

RGB152195122-
CMYK0.2200.370.24
HSL95.34º37.82%62.16%-
HSV(B)95.34º37.44%76.47%-
XYZ35.9847.1125.61-
YUV173.8298.75112.44-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.41%
GREEN value IS 195 (76.56% from 255) = 41.58%
BLUE value IS 122 (48.05% from 255) = 26.01%
R=32.41%
G=41.58%
B=26.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1521951220.2200.370.2495.3437.8262.16
Hex98C37A16025185f263e
Octal23030317226045301374676
Binary10011000110000111111010101100100101110001011111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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