Html Css Color HEX #98B661 Olivine

📋 copy color: '#98B661'

red 152 ◦ green 182 ◦ blue 97

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

Shades of Olivine #98B661

Tints of Olivine #98B661

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.23%

 BLUE value IS 97 (38.28% from 255) = 22.51%

R = 35.27%
G = 42.23%
B = 22.51%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#98B661 (or 0x98B661) is known color: Olivine. HEX triplet: 98, B6 and 61. RGB value is (152,182,97). Sum of RGB (Red+Green+Blue) = 152+182+97=431 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.27% from 431); Green value is 182 (71.48% from 255 or 42.23% from 431); Blue value is 97 (38.28% from 255 or 22.51% from 431); Max value from RGB is 182 - color contains mainly: green. Hex color #98B661 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98B661 is #67499E. Grayscale: #A3A3A3. Windows color (decimal): -6769055 or 6403736. OLE color: 6403736.

HSL color Cylindrical-coordinate representation of color #98B661: hue angle of 81.18º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #98B661 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB 152 182 97 -
CMYK 0.16 0 0.47 0.29
HSL 81.18º 0.37% 0.55% -
HSV(B) 81.18º 0.47% 0.71% -
XYZ 31.83 40.99 17.54 -
YUV 163.34 90.56 119.91 -
System Red Green Blue C M Y K H S L
Decimal 152 182 97 0.16 0 0.47 0.29 81.18 0.37 0.55
Hex 98 B6 61 10 0 2F 1D 51 25 37
Octal 230 266 141 20 0 57 35 121 45 67
Binary 10011000 10110110 1100001 10000 0 101111 11101 1010001 100101 110111

Color Harmonies of #98B661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B661

Black with #98B661

Text Example


Text Example

White with #98B661

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,182,97); }

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

background-color css

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

 a { background-color: rgb(152,182,97); }

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

border-color css

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

 span { border-color: rgb(152,182,97); }

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