Html Css Color HEX #98C164 Olivine

📋 copy color: '#98C164'

red 152 ◦ green 193 ◦ blue 100

#98C164
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivine #98C164

Tints of Olivine #98C164

RGB

 RED value IS 152 (59.77% from 255) = 34.16%

 GREEN value IS 193 (75.78% from 255) = 43.37%

 BLUE value IS 100 (39.45% from 255) = 22.47%

R = 34.16%
G = 43.37%
B = 22.47%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#98C164 (or 0x98C164) is known color: Olivine. HEX triplet: 98, C1 and 64. RGB value is (152,193,100). Sum of RGB (Red+Green+Blue) = 152+193+100=445 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.16% from 445); Green value is 193 (75.78% from 255 or 43.37% from 445); Blue value is 100 (39.45% from 255 or 22.47% from 445); Max value from RGB is 193 - color contains mainly: green. Hex color #98C164 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C164 is #673E9B. Grayscale: #AAAAAA. Windows color (decimal): -6766236 or 6603160. OLE color: 6603160.

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

Color convert

RGB 152 193 100 -
CMYK 0.21 0 0.48 0.24
HSL 86.45º 0.43% 0.57% -
HSV(B) 86.45º 0.48% 0.76% -
XYZ 34.32 45.74 19.08 -
YUV 170.14 88.42 115.06 -
System Red Green Blue C M Y K H S L
Decimal 152 193 100 0.21 0 0.48 0.24 86.45 0.43 0.57
Hex 98 C1 64 15 0 30 18 56 2B 39
Octal 230 301 144 25 0 60 30 126 53 71
Binary 10011000 11000001 1100100 10101 0 110000 11000 1010110 101011 111001

Color Harmonies of #98C164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C164

Black with #98C164

Text Example


Text Example

White with #98C164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #98C164;
 }
 .AnyTagClassName
 {
   color: #98C164;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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