#97BC47

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

Shades of Atlantis #97BC47

Tints of Atlantis #97BC47

Color information

#97BC47 (or 0x97BC47) is unknown color: approx Atlantis. HEX triplet: 97, BC and 47. RGB value is (151,188,71). Sum of RGB (Red+Green+Blue) = 151+188+71=410 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.83% from 410); Green value is 188 (73.83% from 255 or 45.85% from 410); Blue value is 71 (28.12% from 255 or 17.32% from 410); Max value from RGB is 188 - color contains mainly: green. Hex color #97BC47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97BC47 is #6843B8. Grayscale: #A4A4A4. Windows color (decimal): -6833081 or 4701335. OLE color: 4701335.

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

Color convert

RGB15118871-
CMYK0.2000.620.26
HSL78.97º46.61%50.78%-
HSV(B)78.97º62.23%73.73%-
XYZ31.884312.58-
YUV163.675.74119.01-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.83%
GREEN value IS 188 (73.83% from 255) = 45.85%
BLUE value IS 71 (28.12% from 255) = 17.32%
R=36.83%
G=45.85%
B=17.32%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal151188710.2000.620.2678.9746.6150.78
Hex97BC471403E1A4f2f33
Octal22727410724076321175763
Binary10010111101111001000111101000111110110101001111101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BC47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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