Html Css Color HEX #98D061 Olivine

📋 copy color: '#98D061'

red 152 ◦ green 208 ◦ blue 97

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

Shades of Olivine #98D061

Tints of Olivine #98D061

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.51%

 BLUE value IS 97 (38.28% from 255) = 21.23%

R = 33.26%
G = 45.51%
B = 21.23%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#98D061 (or 0x98D061) is known color: Olivine. HEX triplet: 98, D0 and 61. RGB value is (152,208,97). Sum of RGB (Red+Green+Blue) = 152+208+97=457 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.26% from 457); Green value is 208 (81.64% from 255 or 45.51% from 457); Blue value is 97 (38.28% from 255 or 21.23% from 457); Max value from RGB is 208 - color contains mainly: green. Hex color #98D061 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D061 is #672F9E. Grayscale: #B2B2B2. Windows color (decimal): -6762399 or 6410392. OLE color: 6410392.

HSL color Cylindrical-coordinate representation of color #98D061: hue angle of 90.27º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #98D061 is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB 152 208 97 -
CMYK 0.27 0 0.53 0.18
HSL 90.27º 0.54% 0.6% -
HSV(B) 90.27º 0.53% 0.82% -
XYZ 37.66 52.65 19.49 -
YUV 178.6 81.95 109.03 -
System Red Green Blue C M Y K H S L
Decimal 152 208 97 0.27 0 0.53 0.18 90.27 0.54 0.6
Hex 98 D0 61 1B 0 35 12 5A 36 3C
Octal 230 320 141 33 0 65 22 132 66 74
Binary 10011000 11010000 1100001 11011 0 110101 10010 1011010 110110 111100

Color Harmonies of #98D061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D061

Black with #98D061

Text Example


Text Example

White with #98D061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,208,97); }

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

background-color css

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

 a { background-color: rgb(152,208,97); }

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

border-color css

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

 span { border-color: rgb(152,208,97); }

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