Html Css Color HEX #98C864 Olivine

📋 copy color: '#98C864'

red 152 ◦ green 200 ◦ blue 100

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

Shades of Olivine #98C864

Tints of Olivine #98C864

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.25%

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

R = 33.63%
G = 44.25%
B = 22.12%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.5

 K value IS 0.22

RGB Variations

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

Color information

#98C864 (or 0x98C864) is known color: Olivine. HEX triplet: 98, C8 and 64. RGB value is (152,200,100). Sum of RGB (Red+Green+Blue) = 152+200+100=452 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.63% from 452); Green value is 200 (78.52% from 255 or 44.25% from 452); Blue value is 100 (39.45% from 255 or 22.12% from 452); Max value from RGB is 200 - color contains mainly: green. Hex color #98C864 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C864 is #67379B. Grayscale: #AEAEAE. Windows color (decimal): -6764444 or 6604952. OLE color: 6604952.

HSL color Cylindrical-coordinate representation of color #98C864: hue angle of 88.8º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #98C864 is Cyan = 0.24, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.22.

Color convert

RGB 152 200 100 -
CMYK 0.24 0 0.5 0.22
HSL 88.8º 0.48% 0.59% -
HSV(B) 88.8º 0.5% 0.78% -
XYZ 35.9 48.9 19.6 -
YUV 174.25 86.1 112.13 -
System Red Green Blue C M Y K H S L
Decimal 152 200 100 0.24 0 0.5 0.22 88.8 0.48 0.59
Hex 98 C8 64 18 0 32 16 59 30 3B
Octal 230 310 144 30 0 62 26 131 60 73
Binary 10011000 11001000 1100100 11000 0 110010 10110 1011001 110000 111011

Color Harmonies of #98C864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C864

Black with #98C864

Text Example


Text Example

White with #98C864

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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