Html Css Color HEX #98C363 Olivine

📋 copy color: '#98C363'

red 152 ◦ green 195 ◦ blue 99

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

Shades of Olivine #98C363

Tints of Olivine #98C363

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.72%

 BLUE value IS 99 (39.06% from 255) = 22.2%

R = 34.08%
G = 43.72%
B = 22.2%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#98C363 (or 0x98C363) is known color: Olivine. HEX triplet: 98, C3 and 63. RGB value is (152,195,99). Sum of RGB (Red+Green+Blue) = 152+195+99=446 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.08% from 446); Green value is 195 (76.56% from 255 or 43.72% from 446); Blue value is 99 (39.06% from 255 or 22.20% from 446); Max value from RGB is 195 - color contains mainly: green. Hex color #98C363 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C363 is #673C9C. Grayscale: #ABABAB. Windows color (decimal): -6765725 or 6538136. OLE color: 6538136.

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

Color convert

RGB 152 195 99 -
CMYK 0.22 0 0.49 0.24
HSL 86.88º 0.44% 0.58% -
HSV(B) 86.88º 0.49% 0.76% -
XYZ 34.72 46.61 18.97 -
YUV 171.2 87.25 114.31 -
System Red Green Blue C M Y K H S L
Decimal 152 195 99 0.22 0 0.49 0.24 86.88 0.44 0.58
Hex 98 C3 63 16 0 31 18 57 2C 3A
Octal 230 303 143 26 0 61 30 127 54 72
Binary 10011000 11000011 1100011 10110 0 110001 11000 1010111 101100 111010

Color Harmonies of #98C363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C363

Black with #98C363

Text Example


Text Example

White with #98C363

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,195,99); }

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

background-color css

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

 a { background-color: rgb(152,195,99); }

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

border-color css

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

 span { border-color: rgb(152,195,99); }

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