#97BF5D

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

Shades of Olivine #97BF5D

Tints of Olivine #97BF5D

Color information

#97BF5D (or 0x97BF5D) is unknown color: approx Olivine. HEX triplet: 97, BF and 5D. RGB value is (151,191,93). Sum of RGB (Red+Green+Blue) = 151+191+93=435 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.71% from 435); Green value is 191 (75% from 255 or 43.91% from 435); Blue value is 93 (36.72% from 255 or 21.38% from 435); Max value from RGB is 191 - color contains mainly: green. Hex color #97BF5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97BF5D is #6840A2. Grayscale: #A8A8A8. Windows color (decimal): -6832291 or 6143895. OLE color: 6143895.

HSL color Cylindrical-coordinate representation of color #97BF5D: hue angle of 84.49º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #97BF5D is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB15119193-
CMYK0.2100.510.25
HSL84.49º43.36%55.69%-
HSV(B)84.49º51.31%74.9%-
XYZ33.3744.6317.21-
YUV167.8785.75115.97-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.71%
GREEN value IS 191 (75% from 255) = 43.91%
BLUE value IS 93 (36.72% from 255) = 21.38%
R=34.71%
G=43.91%
B=21.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal151191930.2100.510.2584.4943.3655.69
Hex97BF5D1503319542b38
Octal22727713525063311245370
Binary10010111101111111011101101010110011110011010100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,191,93); }

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

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

 a { background-color: rgb(151,191,93); }

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

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

 span { border-color: rgb(151,191,93); }

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