Html Css Color HEX #98BB74 Olivine

📋 copy color: '#98BB74'

red 152 ◦ green 187 ◦ blue 116

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

Shades of Olivine #98BB74

Tints of Olivine #98BB74

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.1%

 BLUE value IS 116 (45.7% from 255) = 25.49%

R = 33.41%
G = 41.1%
B = 25.49%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#98BB74 (or 0x98BB74) is known color: Olivine. HEX triplet: 98, BB and 74. RGB value is (152,187,116). Sum of RGB (Red+Green+Blue) = 152+187+116=455 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.41% from 455); Green value is 187 (73.44% from 255 or 41.10% from 455); Blue value is 116 (45.70% from 255 or 25.49% from 455); Max value from RGB is 187 - color contains mainly: green. Hex color #98BB74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BB74 is #67448B. Grayscale: #A8A8A8. Windows color (decimal): -6767756 or 7650200. OLE color: 7650200.

HSL color Cylindrical-coordinate representation of color #98BB74: hue angle of 89.58º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98BB74 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 187 116 -
CMYK 0.19 0 0.38 0.27
HSL 89.58º 0.34% 0.59% -
HSV(B) 89.58º 0.38% 0.73% -
XYZ 33.87 43.48 23.13 -
YUV 168.44 98.4 116.27 -
System Red Green Blue C M Y K H S L
Decimal 152 187 116 0.19 0 0.38 0.27 89.58 0.34 0.59
Hex 98 BB 74 13 0 26 1B 5A 22 3B
Octal 230 273 164 23 0 46 33 132 42 73
Binary 10011000 10111011 1110100 10011 0 100110 11011 1011010 100010 111011

Color Harmonies of #98BB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BB74

Black with #98BB74

Text Example


Text Example

White with #98BB74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,187,116); }

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

background-color css

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

 a { background-color: rgb(152,187,116); }

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

border-color css

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

 span { border-color: rgb(152,187,116); }

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