#98B272

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

Shades of Olivine #98B272

Tints of Olivine #98B272

Color information

#98B272 (or 0x98B272) is unknown color: approx Olivine. HEX triplet: 98, B2 and 72. RGB value is (152,178,114). Sum of RGB (Red+Green+Blue) = 152+178+114=444 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.23% from 444); Green value is 178 (69.92% from 255 or 40.09% from 444); Blue value is 114 (44.92% from 255 or 25.68% from 444); Max value from RGB is 178 - color contains mainly: green. Hex color #98B272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98B272 is #674D8D. Grayscale: #A3A3A3. Windows color (decimal): -6770062 or 7516824. OLE color: 7516824.

HSL color Cylindrical-coordinate representation of color #98B272: hue angle of 84.38º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98B272 is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB152178114-
CMYK0.1500.360.30
HSL84.38º29.36%57.25%-
HSV(B)84.38º35.96%69.8%-
XYZ31.9139.7321.91-
YUV162.93100.39120.2-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.23%
GREEN value IS 178 (69.92% from 255) = 40.09%
BLUE value IS 114 (44.92% from 255) = 25.68%
R=34.23%
G=40.09%
B=25.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1521781140.1500.360.3084.3829.3657.25
Hex98B272F0241E541d39
Octal23026216217044361243571
Binary100110001011001011100101111010010011110101010011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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