#97BC81

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

Shades of Olivine #97BC81

Tints of Olivine #97BC81

Color information

#97BC81 (or 0x97BC81) is unknown color: approx Olivine. HEX triplet: 97, BC and 81. RGB value is (151,188,129). Sum of RGB (Red+Green+Blue) = 151+188+129=468 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.26% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 129 (50.78% from 255 or 27.56% from 468); Max value from RGB is 188 - color contains mainly: green. Hex color #97BC81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97BC81 is #68437E. Grayscale: #AAAAAA. Windows color (decimal): -6833023 or 8502423. OLE color: 8502423.

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

Color convert

RGB151188129-
CMYK0.2000.310.26
HSL97.63º30.57%62.16%-
HSV(B)97.63º31.38%73.73%-
XYZ34.7144.1327.46-
YUV170.21104.74114.3-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.26%
GREEN value IS 188 (73.83% from 255) = 40.17%
BLUE value IS 129 (50.78% from 255) = 27.56%
R=32.26%
G=40.17%
B=27.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1511881290.2000.310.2697.6330.5762.16
Hex97BC811401F1A621f3e
Octal22727420124037321423776
Binary1001011110111100100000011010001111111010110001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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