#97BA46

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

Shades of Atlantis #97BA46

Tints of Atlantis #97BA46

Color information

#97BA46 (or 0x97BA46) is unknown color: approx Atlantis. HEX triplet: 97, BA and 46. RGB value is (151,186,70). Sum of RGB (Red+Green+Blue) = 151+186+70=407 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.10% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 70 (27.73% from 255 or 17.20% from 407); Max value from RGB is 186 - color contains mainly: green. Hex color #97BA46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97BA46 is #6845B9. Grayscale: #A2A2A2. Windows color (decimal): -6833594 or 4635287. OLE color: 4635287.

HSL color Cylindrical-coordinate representation of color #97BA46: hue angle of 78.1º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #97BA46 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB15118670-
CMYK0.1900.620.27
HSL78.1º45.67%50.2%-
HSV(B)78.1º62.37%72.94%-
XYZ31.4342.1412.27-
YUV162.3175.9119.93-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.10%
GREEN value IS 186 (73.05% from 255) = 45.70%
BLUE value IS 70 (27.73% from 255) = 17.20%
R=37.10%
G=45.70%
B=17.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal151186700.1900.620.2778.145.6750.2
Hex97BA461303E1B4e2e32
Octal22727210623076331165662
Binary10010111101110101000110100110111110110111001110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BA46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,186,70); }

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

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

 a { background-color: rgb(151,186,70); }

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

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

 span { border-color: rgb(151,186,70); }

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