Html Css Color HEX #97BA49 Atlantis

📋 copy color: '#97BA49'

red 151 ◦ green 186 ◦ blue 73

#97BA49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #97BA49

Tints of Atlantis #97BA49

RGB

 RED value IS 151 (59.38% from 255) = 36.83%

 GREEN value IS 186 (73.05% from 255) = 45.37%

 BLUE value IS 73 (28.91% from 255) = 17.8%

R = 36.83%
G = 45.37%
B = 17.8%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#97BA49 (or 0x97BA49) is known color: Atlantis. HEX triplet: 97, BA and 49. RGB value is (151,186,73). Sum of RGB (Red+Green+Blue) = 151+186+73=410 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.83% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 73 (28.91% from 255 or 17.80% from 410); Max value from RGB is 186 - color contains mainly: green. Hex color #97BA49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97BA49 is #6845B6. Grayscale: #A3A3A3. Windows color (decimal): -6833591 or 4831895. OLE color: 4831895.

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

Color convert

RGB 151 186 73 -
CMYK 0.19 0 0.61 0.27
HSL 78.58º 0.45% 0.51% -
HSV(B) 78.58º 0.61% 0.73% -
XYZ 31.52 42.18 12.78 -
YUV 162.65 77.4 119.69 -
System Red Green Blue C M Y K H S L
Decimal 151 186 73 0.19 0 0.61 0.27 78.58 0.45 0.51
Hex 97 BA 49 13 0 3D 1B 4F 2D 33
Octal 227 272 111 23 0 75 33 117 55 63
Binary 10010111 10111010 1001001 10011 0 111101 11011 1001111 101101 110011

Color Harmonies of #97BA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BA49

Black with #97BA49

Text Example


Text Example

White with #97BA49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #97BA49;
 }
 .AnyTagClassName
 {
   color: #97BA49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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