Html Css Color HEX #98B872 Olivine

📋 copy color: '#98B872'

red 152 ◦ green 184 ◦ blue 114

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

Shades of Olivine #98B872

Tints of Olivine #98B872

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.89%

 BLUE value IS 114 (44.92% from 255) = 25.33%

R = 33.78%
G = 40.89%
B = 25.33%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#98B872 (or 0x98B872) is known color: Olivine. HEX triplet: 98, B8 and 72. RGB value is (152,184,114). Sum of RGB (Red+Green+Blue) = 152+184+114=450 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.78% from 450); Green value is 184 (72.27% from 255 or 40.89% from 450); Blue value is 114 (44.92% from 255 or 25.33% from 450); Max value from RGB is 184 - color contains mainly: green. Hex color #98B872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98B872 is #67478D. Grayscale: #A6A6A6. Windows color (decimal): -6768526 or 7518360. OLE color: 7518360.

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

Color convert

RGB 152 184 114 -
CMYK 0.17 0 0.38 0.28
HSL 87.43º 0.33% 0.58% -
HSV(B) 87.43º 0.38% 0.72% -
XYZ 33.13 42.17 22.31 -
YUV 166.45 98.4 117.69 -
System Red Green Blue C M Y K H S L
Decimal 152 184 114 0.17 0 0.38 0.28 87.43 0.33 0.58
Hex 98 B8 72 11 0 26 1C 57 21 3A
Octal 230 270 162 21 0 46 34 127 41 72
Binary 10011000 10111000 1110010 10001 0 100110 11100 1010111 100001 111010

Color Harmonies of #98B872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B872

Black with #98B872

Text Example


Text Example

White with #98B872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,184,114); }

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

background-color css

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

 a { background-color: rgb(152,184,114); }

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

border-color css

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

 span { border-color: rgb(152,184,114); }

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