Html Css Color HEX #98C666 Olivine

📋 copy color: '#98C666'

red 152 ◦ green 198 ◦ blue 102

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

Shades of Olivine #98C666

Tints of Olivine #98C666

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.81%

 BLUE value IS 102 (40.23% from 255) = 22.57%

R = 33.63%
G = 43.81%
B = 22.57%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#98C666 (or 0x98C666) is known color: Olivine. HEX triplet: 98, C6 and 66. RGB value is (152,198,102). Sum of RGB (Red+Green+Blue) = 152+198+102=452 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.63% from 452); Green value is 198 (77.73% from 255 or 43.81% from 452); Blue value is 102 (40.23% from 255 or 22.57% from 452); Max value from RGB is 198 - color contains mainly: green. Hex color #98C666 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C666 is #673999. Grayscale: #ADADAD. Windows color (decimal): -6764954 or 6735512. OLE color: 6735512.

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

Color convert

RGB 152 198 102 -
CMYK 0.23 0 0.48 0.22
HSL 88.75º 0.46% 0.59% -
HSV(B) 88.75º 0.48% 0.78% -
XYZ 35.54 48.02 19.97 -
YUV 173.3 87.76 112.81 -
System Red Green Blue C M Y K H S L
Decimal 152 198 102 0.23 0 0.48 0.22 88.75 0.46 0.59
Hex 98 C6 66 17 0 30 16 59 2E 3B
Octal 230 306 146 27 0 60 26 131 56 73
Binary 10011000 11000110 1100110 10111 0 110000 10110 1011001 101110 111011

Color Harmonies of #98C666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C666

Black with #98C666

Text Example


Text Example

White with #98C666

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,198,102); }

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

background-color css

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

 a { background-color: rgb(152,198,102); }

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

border-color css

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

 span { border-color: rgb(152,198,102); }

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