Html Css Color HEX #98B467 Olivine

📋 copy color: '#98B467'

red 152 ◦ green 180 ◦ blue 103

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

Shades of Olivine #98B467

Tints of Olivine #98B467

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.38%

 BLUE value IS 103 (40.63% from 255) = 23.68%

R = 34.94%
G = 41.38%
B = 23.68%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#98B467 (or 0x98B467) is known color: Olivine. HEX triplet: 98, B4 and 67. RGB value is (152,180,103). Sum of RGB (Red+Green+Blue) = 152+180+103=435 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.94% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 103 (40.62% from 255 or 23.68% from 435); Max value from RGB is 180 - color contains mainly: green. Hex color #98B467 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98B467 is #674B98. Grayscale: #A3A3A3. Windows color (decimal): -6769561 or 6796440. OLE color: 6796440.

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

Color convert

RGB 152 180 103 -
CMYK 0.16 0 0.43 0.29
HSL 81.82º 0.34% 0.55% -
HSV(B) 81.82º 0.43% 0.71% -
XYZ 31.72 40.3 18.94 -
YUV 162.85 94.22 120.26 -
System Red Green Blue C M Y K H S L
Decimal 152 180 103 0.16 0 0.43 0.29 81.82 0.34 0.55
Hex 98 B4 67 10 0 2B 1D 52 22 37
Octal 230 264 147 20 0 53 35 122 42 67
Binary 10011000 10110100 1100111 10000 0 101011 11101 1010010 100010 110111

Color Harmonies of #98B467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B467

Black with #98B467

Text Example


Text Example

White with #98B467

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,180,103); }

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

background-color css

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

 a { background-color: rgb(152,180,103); }

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

border-color css

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

 span { border-color: rgb(152,180,103); }

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