#98C16B

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

Shades of Olivine #98C16B

Tints of Olivine #98C16B

Color information

#98C16B (or 0x98C16B) is unknown color: approx Olivine. HEX triplet: 98, C1 and 6B. RGB value is (152,193,107). Sum of RGB (Red+Green+Blue) = 152+193+107=452 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.63% from 452); Green value is 193 (75.78% from 255 or 42.70% from 452); Blue value is 107 (42.19% from 255 or 23.67% from 452); Max value from RGB is 193 - color contains mainly: green. Hex color #98C16B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C16B is #673E94. Grayscale: #ABABAB. Windows color (decimal): -6766229 or 7061912. OLE color: 7061912.

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

Color convert

RGB152193107-
CMYK0.2100.450.24
HSL88.6º40.95%58.82%-
HSV(B)88.6º44.56%75.69%-
XYZ34.6745.8820.94-
YUV170.9491.92114.49-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.63%
GREEN value IS 193 (75.78% from 255) = 42.70%
BLUE value IS 107 (42.19% from 255) = 23.67%
R=33.63%
G=42.70%
B=23.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1521931070.2100.450.2488.640.9558.82
Hex98C16B1502D1859293b
Octal23030115325055301315173
Binary10011000110000011101011101010101101110001011001101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,193,107); }

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

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

 a { background-color: rgb(152,193,107); }

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

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

 span { border-color: rgb(152,193,107); }

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