#97B445

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

Shades of Atlantis #97B445

Tints of Atlantis #97B445

Color information

#97B445 (or 0x97B445) is unknown color: approx Atlantis. HEX triplet: 97, B4 and 45. RGB value is (151,180,69). Sum of RGB (Red+Green+Blue) = 151+180+69=400 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.75% from 400); Green value is 180 (70.70% from 255 or 45% from 400); Blue value is 69 (27.34% from 255 or 17.25% from 400); Max value from RGB is 180 - color contains mainly: green. Hex color #97B445 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97B445 is #684BBA. Grayscale: #9F9F9F. Windows color (decimal): -6835131 or 4568215. OLE color: 4568215.

HSL color Cylindrical-coordinate representation of color #97B445: hue angle of 75.68º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #97B445 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB15118069-
CMYK0.1600.620.29
HSL75.68º44.58%48.82%-
HSV(B)75.68º61.67%70.59%-
XYZ30.1639.6511.69-
YUV158.6877.39122.53-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.75%
GREEN value IS 180 (70.70% from 255) = 45%
BLUE value IS 69 (27.34% from 255) = 17.25%
R=37.75%
G=45%
B=17.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal151180690.1600.620.2975.6844.5848.82
Hex97B4451003E1D4c2d31
Octal22726410520076351145561
Binary10010111101101001000101100000111110111011001100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,180,69); }

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

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

 a { background-color: rgb(151,180,69); }

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

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

 span { border-color: rgb(151,180,69); }

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