Html Css Color HEX #98C162 Olivine

📋 copy color: '#98C162'

red 152 ◦ green 193 ◦ blue 98

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

Shades of Olivine #98C162

Tints of Olivine #98C162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.12%

R = 34.31%
G = 43.57%
B = 22.12%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#98C162 (or 0x98C162) is known color: Olivine. HEX triplet: 98, C1 and 62. RGB value is (152,193,98). Sum of RGB (Red+Green+Blue) = 152+193+98=443 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.31% from 443); Green value is 193 (75.78% from 255 or 43.57% from 443); Blue value is 98 (38.67% from 255 or 22.12% from 443); Max value from RGB is 193 - color contains mainly: green. Hex color #98C162 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C162 is #673E9D. Grayscale: #AAAAAA. Windows color (decimal): -6766238 or 6472088. OLE color: 6472088.

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

Color convert

RGB 152 193 98 -
CMYK 0.21 0 0.49 0.24
HSL 85.89º 0.43% 0.57% -
HSV(B) 85.89º 0.49% 0.76% -
XYZ 34.22 45.7 18.57 -
YUV 169.91 87.42 115.22 -
System Red Green Blue C M Y K H S L
Decimal 152 193 98 0.21 0 0.49 0.24 85.89 0.43 0.57
Hex 98 C1 62 15 0 31 18 56 2B 39
Octal 230 301 142 25 0 61 30 126 53 71
Binary 10011000 11000001 1100010 10101 0 110001 11000 1010110 101011 111001

Color Harmonies of #98C162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C162

Black with #98C162

Text Example


Text Example

White with #98C162

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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