Html Css Color HEX #97B949 Atlantis

📋 copy color: '#97B949'

red 151 ◦ green 185 ◦ blue 73

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

Shades of Atlantis #97B949

Tints of Atlantis #97B949

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.23%

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

R = 36.92%
G = 45.23%
B = 17.85%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#97B949 (or 0x97B949) is known color: Atlantis. HEX triplet: 97, B9 and 49. RGB value is (151,185,73). Sum of RGB (Red+Green+Blue) = 151+185+73=409 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.92% from 409); Green value is 185 (72.66% from 255 or 45.23% from 409); Blue value is 73 (28.91% from 255 or 17.85% from 409); Max value from RGB is 185 - color contains mainly: green. Hex color #97B949 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97B949 is #6846B6. Grayscale: #A2A2A2. Windows color (decimal): -6833847 or 4831639. OLE color: 4831639.

HSL color Cylindrical-coordinate representation of color #97B949: hue angle of 78.21º degrees, saturation: 0.44, 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 #97B949 is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 185 73 -
CMYK 0.18 0 0.61 0.27
HSL 78.21º 0.44% 0.51% -
HSV(B) 78.21º 0.61% 0.73% -
XYZ 31.31 41.76 12.71 -
YUV 162.07 77.74 120.11 -
System Red Green Blue C M Y K H S L
Decimal 151 185 73 0.18 0 0.61 0.27 78.21 0.44 0.51
Hex 97 B9 49 12 0 3D 1B 4E 2C 33
Octal 227 271 111 22 0 75 33 116 54 63
Binary 10010111 10111001 1001001 10010 0 111101 11011 1001110 101100 110011

Color Harmonies of #97B949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97B949

Black with #97B949

Text Example


Text Example

White with #97B949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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