Html Css Color HEX #98C166 Olivine

📋 copy color: '#98C166'

red 152 ◦ green 193 ◦ blue 102

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

Shades of Olivine #98C166

Tints of Olivine #98C166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.82%

R = 34%
G = 43.18%
B = 22.82%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#98C166 (or 0x98C166) is known color: Olivine. HEX triplet: 98, C1 and 66. RGB value is (152,193,102). Sum of RGB (Red+Green+Blue) = 152+193+102=447 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.00% from 447); Green value is 193 (75.78% from 255 or 43.18% from 447); Blue value is 102 (40.23% from 255 or 22.82% from 447); Max value from RGB is 193 - color contains mainly: green. Hex color #98C166 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C166 is #673E99. Grayscale: #AAAAAA. Windows color (decimal): -6766234 or 6734232. OLE color: 6734232.

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

Color convert

RGB 152 193 102 -
CMYK 0.21 0 0.47 0.24
HSL 87.03º 0.42% 0.58% -
HSV(B) 87.03º 0.47% 0.76% -
XYZ 34.42 45.77 19.59 -
YUV 170.37 89.42 114.9 -
System Red Green Blue C M Y K H S L
Decimal 152 193 102 0.21 0 0.47 0.24 87.03 0.42 0.58
Hex 98 C1 66 15 0 2F 18 57 2A 3A
Octal 230 301 146 25 0 57 30 127 52 72
Binary 10011000 11000001 1100110 10101 0 101111 11000 1010111 101010 111010

Color Harmonies of #98C166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C166

Black with #98C166

Text Example


Text Example

White with #98C166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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