Html Css Color HEX #98CA64 Olivine

📋 copy color: '#98CA64'

red 152 ◦ green 202 ◦ blue 100

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

Shades of Olivine #98CA64

Tints of Olivine #98CA64

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.49%

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

R = 33.48%
G = 44.49%
B = 22.03%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#98CA64 (or 0x98CA64) is known color: Olivine. HEX triplet: 98, CA and 64. RGB value is (152,202,100). Sum of RGB (Red+Green+Blue) = 152+202+100=454 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.48% from 454); Green value is 202 (79.30% from 255 or 44.49% from 454); Blue value is 100 (39.45% from 255 or 22.03% from 454); Max value from RGB is 202 - color contains mainly: green. Hex color #98CA64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98CA64 is #67359B. Grayscale: #AFAFAF. Windows color (decimal): -6763932 or 6605464. OLE color: 6605464.

HSL color Cylindrical-coordinate representation of color #98CA64: hue angle of 89.41º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #98CA64 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 152 202 100 -
CMYK 0.25 0 0.50 0.21
HSL 89.41º 0.49% 0.59% -
HSV(B) 89.41º 0.5% 0.79% -
XYZ 36.37 49.84 19.76 -
YUV 175.42 85.44 111.29 -
System Red Green Blue C M Y K H S L
Decimal 152 202 100 0.25 0 0.50 0.21 89.41 0.49 0.59
Hex 98 CA 64 19 0 32 15 59 31 3B
Octal 230 312 144 31 0 62 25 131 61 73
Binary 10011000 11001010 1100100 11001 0 110010 10101 1011001 110001 111011

Color Harmonies of #98CA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CA64

Black with #98CA64

Text Example


Text Example

White with #98CA64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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