#97ba44

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

Shades of Atlantis #97BA44

Tints of Atlantis #97BA44

Color information

#97BA44 (or 0x97BA44) is unknown color: approx Atlantis. HEX triplet: 97, BA and 44. RGB value is (151,186,68). Sum of RGB (Red+Green+Blue) = 151+186+68=405 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.28% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 68 (26.95% from 255 or 16.79% from 405); Max value from RGB is 186 - color contains mainly: green. Hex color #97BA44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97BA44 is #6845BB. Grayscale: #A2A2A2. Windows color (decimal): -6833596 or 4504215. OLE color: 4504215.

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

Color convert

RGB15118668-
CMYK0.1900.630.27
HSL77.8º46.46%49.8%-
HSV(B)77.8º63.44%72.94%-
XYZ31.3642.1111.94-
YUV162.0874.9120.09-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.28%
GREEN value IS 186 (73.05% from 255) = 45.93%
BLUE value IS 68 (26.95% from 255) = 16.79%
R=37.28%
G=45.93%
B=16.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal151186680.1900.630.2777.846.4649.8
Hex97BA441303F1B4e2e32
Octal22727210423077331165662
Binary10010111101110101000100100110111111110111001110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97ba44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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