#97BF5E

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

Shades of Olivine #97BF5E

Tints of Olivine #97BF5E

Color information

#97BF5E (or 0x97BF5E) is unknown color: approx Olivine. HEX triplet: 97, BF and 5E. RGB value is (151,191,94). Sum of RGB (Red+Green+Blue) = 151+191+94=436 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.63% from 436); Green value is 191 (75% from 255 or 43.81% from 436); Blue value is 94 (37.11% from 255 or 21.56% from 436); Max value from RGB is 191 - color contains mainly: green. Hex color #97BF5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97BF5E is #6840A1. Grayscale: #A8A8A8. Windows color (decimal): -6832290 or 6209431. OLE color: 6209431.

HSL color Cylindrical-coordinate representation of color #97BF5E: hue angle of 84.74º 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 #97BF5E is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB15119194-
CMYK0.2100.510.25
HSL84.74º43.11%55.88%-
HSV(B)84.74º50.79%74.9%-
XYZ33.4144.6517.45-
YUV167.9886.25115.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.63%
GREEN value IS 191 (75% from 255) = 43.81%
BLUE value IS 94 (37.11% from 255) = 21.56%
R=34.63%
G=43.81%
B=21.56%

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
Decimal151191940.2100.510.2584.7443.1155.88
Hex97BF5E1503319552b38
Octal22727713625063311255370
Binary10010111101111111011110101010110011110011010101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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