Html Css Color HEX #98B966 Olivine

📋 copy color: '#98B966'

red 152 ◦ green 185 ◦ blue 102

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

Shades of Olivine #98B966

Tints of Olivine #98B966

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.14%

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

R = 34.62%
G = 42.14%
B = 23.23%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#98B966 (or 0x98B966) is known color: Olivine. HEX triplet: 98, B9 and 66. RGB value is (152,185,102). Sum of RGB (Red+Green+Blue) = 152+185+102=439 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.62% from 439); Green value is 185 (72.66% from 255 or 42.14% from 439); Blue value is 102 (40.23% from 255 or 23.23% from 439); Max value from RGB is 185 - color contains mainly: green. Hex color #98B966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98B966 is #674699. Grayscale: #A5A5A5. Windows color (decimal): -6768282 or 6732184. OLE color: 6732184.

HSL color Cylindrical-coordinate representation of color #98B966: hue angle of 83.86º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #98B966 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 185 102 -
CMYK 0.18 0 0.45 0.27
HSL 83.86º 0.37% 0.56% -
HSV(B) 83.86º 0.45% 0.73% -
XYZ 32.7 42.33 19.02 -
YUV 165.67 92.07 118.25 -
System Red Green Blue C M Y K H S L
Decimal 152 185 102 0.18 0 0.45 0.27 83.86 0.37 0.56
Hex 98 B9 66 12 0 2D 1B 54 25 38
Octal 230 271 146 22 0 55 33 124 45 70
Binary 10011000 10111001 1100110 10010 0 101101 11011 1010100 100101 111000

Color Harmonies of #98B966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B966

Black with #98B966

Text Example


Text Example

White with #98B966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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