Html Css Color HEX #98B764 Olivine

📋 copy color: '#98B764'

red 152 ◦ green 183 ◦ blue 100

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

Shades of Olivine #98B764

Tints of Olivine #98B764

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.07%

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

R = 34.94%
G = 42.07%
B = 22.99%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#98B764 (or 0x98B764) is known color: Olivine. HEX triplet: 98, B7 and 64. RGB value is (152,183,100). Sum of RGB (Red+Green+Blue) = 152+183+100=435 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.94% from 435); Green value is 183 (71.88% from 255 or 42.07% from 435); Blue value is 100 (39.45% from 255 or 22.99% from 435); Max value from RGB is 183 - color contains mainly: green. Hex color #98B764 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98B764 is #67489B. Grayscale: #A4A4A4. Windows color (decimal): -6768796 or 6600600. OLE color: 6600600.

HSL color Cylindrical-coordinate representation of color #98B764: hue angle of 82.41º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #98B764 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB 152 183 100 -
CMYK 0.17 0 0.45 0.28
HSL 82.41º 0.37% 0.55% -
HSV(B) 82.41º 0.45% 0.72% -
XYZ 32.18 41.46 18.36 -
YUV 164.27 91.73 119.25 -
System Red Green Blue C M Y K H S L
Decimal 152 183 100 0.17 0 0.45 0.28 82.41 0.37 0.55
Hex 98 B7 64 11 0 2D 1C 52 25 37
Octal 230 267 144 21 0 55 34 122 45 67
Binary 10011000 10110111 1100100 10001 0 101101 11100 1010010 100101 110111

Color Harmonies of #98B764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B764

Black with #98B764

Text Example


Text Example

White with #98B764

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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