#97BC62

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

Shades of Olivine #97BC62

Tints of Olivine #97BC62

Color information

#97BC62 (or 0x97BC62) is unknown color: approx Olivine. HEX triplet: 97, BC and 62. RGB value is (151,188,98). Sum of RGB (Red+Green+Blue) = 151+188+98=437 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.55% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 98 (38.67% from 255 or 22.43% from 437); Max value from RGB is 188 - color contains mainly: green. Hex color #97BC62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97BC62 is #68439D. Grayscale: #A6A6A6. Windows color (decimal): -6833054 or 6470807. OLE color: 6470807.

HSL color Cylindrical-coordinate representation of color #97BC62: hue angle of 84.67º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #97BC62 is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB15118898-
CMYK0.2000.480.26
HSL84.67º40.18%56.08%-
HSV(B)84.67º47.87%73.73%-
XYZ32.9543.4318.2-
YUV166.6889.24116.82-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.55%
GREEN value IS 188 (73.83% from 255) = 43.02%
BLUE value IS 98 (38.67% from 255) = 22.43%
R=34.55%
G=43.02%
B=22.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal151188980.2000.480.2684.6740.1856.08
Hex97BC62140301A552838
Octal22727414224060321255070
Binary10010111101111001100010101000110000110101010101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BC62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97BC62; }

 p { color: rgb(151,188,98); }

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

<style>
 a { background-color: #97BC62; }

 a { background-color: rgb(151,188,98); }

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

<style>
 span { border-color: #97BC62; }

 span { border-color: rgb(151,188,98); }

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