#98BE7E

Color #98BE7E Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #98BE7E

Tints of Olivine #98BE7E

Color information

#98BE7E (or 0x98BE7E) is unknown color: approx Olivine. HEX triplet: 98, BE and 7E. RGB value is (152,190,126). Sum of RGB (Red+Green+Blue) = 152+190+126=468 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.48% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 126 (49.61% from 255 or 26.92% from 468); Max value from RGB is 190 - color contains mainly: green. Hex color #98BE7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BE7E is #674181. Grayscale: #ABABAB. Windows color (decimal): -6766978 or 8306328. OLE color: 8306328.

HSL color Cylindrical-coordinate representation of color #98BE7E: hue angle of 95.62º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98BE7E is Cyan = 0.2, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB152190126-
CMYK0.200.340.25
HSL95.62º32.99%61.96%-
HSV(B)95.62º33.68%74.51%-
XYZ35.1345.0126.57-
YUV171.34102.41114.2-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.48%
GREEN value IS 190 (74.61% from 255) = 40.60%
BLUE value IS 126 (49.61% from 255) = 26.92%
R=32.48%
G=40.60%
B=26.92%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521901260.200.340.2595.6232.9961.96
Hex98BE7E140221960213e
Octal23027617624042311404176
Binary10011000101111101111110101000100010110011100000100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,190,126); }

 H1.HeaderClassName
 {
   color: #98BE7E;
 }
 .AnyTagClassName
 {
   color: #98BE7E;
 }
</style>
background-color css

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

 a { background-color: rgb(152,190,126); }

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

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

 span { border-color: rgb(152,190,126); }

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