#98BE6A

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

Shades of Olivine #98BE6A

Tints of Olivine #98BE6A

Color information

#98BE6A (or 0x98BE6A) is unknown color: approx Olivine. HEX triplet: 98, BE and 6A. RGB value is (152,190,106). Sum of RGB (Red+Green+Blue) = 152+190+106=448 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.93% from 448); Green value is 190 (74.61% from 255 or 42.41% from 448); Blue value is 106 (41.80% from 255 or 23.66% from 448); Max value from RGB is 190 - color contains mainly: green. Hex color #98BE6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BE6A is #674195. Grayscale: #A9A9A9. Windows color (decimal): -6766998 or 6995608. OLE color: 6995608.

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

Color convert

RGB152190106-
CMYK0.200.440.25
HSL87.14º39.25%58.04%-
HSV(B)87.14º44.21%74.51%-
XYZ33.9644.5420.44-
YUV169.0692.41115.83-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.93%
GREEN value IS 190 (74.61% from 255) = 42.41%
BLUE value IS 106 (41.80% from 255) = 23.66%
R=33.93%
G=42.41%
B=23.66%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521901060.200.440.2587.1439.2558.04
Hex98BE6A1402C1957273a
Octal23027615224054311274772
Binary10011000101111101101010101000101100110011010111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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