Html Css Color HEX #97BB4A Atlantis

📋 copy color: '#97BB4A'

red 151 ◦ green 187 ◦ blue 74

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

Shades of Atlantis #97BB4A

Tints of Atlantis #97BB4A

RGB

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

 GREEN value IS 187 (73.44% from 255) = 45.39%

 BLUE value IS 74 (29.3% from 255) = 17.96%

R = 36.65%
G = 45.39%
B = 17.96%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#97BB4A (or 0x97BB4A) is known color: Atlantis. HEX triplet: 97, BB and 4A. RGB value is (151,187,74). Sum of RGB (Red+Green+Blue) = 151+187+74=412 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.65% from 412); Green value is 187 (73.44% from 255 or 45.39% from 412); Blue value is 74 (29.30% from 255 or 17.96% from 412); Max value from RGB is 187 - color contains mainly: green. Hex color #97BB4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97BB4A is #6844B5. Grayscale: #A3A3A3. Windows color (decimal): -6833334 or 4897687. OLE color: 4897687.

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

Color convert

RGB 151 187 74 -
CMYK 0.19 0 0.60 0.27
HSL 79.12º 0.45% 0.51% -
HSV(B) 79.12º 0.6% 0.73% -
XYZ 31.77 42.61 13.03 -
YUV 163.35 77.57 119.19 -
System Red Green Blue C M Y K H S L
Decimal 151 187 74 0.19 0 0.60 0.27 79.12 0.45 0.51
Hex 97 BB 4A 13 0 3C 1B 4F 2D 33
Octal 227 273 112 23 0 74 33 117 55 63
Binary 10010111 10111011 1001010 10011 0 111100 11011 1001111 101101 110011

Color Harmonies of #97BB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BB4A

Black with #97BB4A

Text Example


Text Example

White with #97BB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,187,74); }

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

background-color css

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

 a { background-color: rgb(151,187,74); }

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

border-color css

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

 span { border-color: rgb(151,187,74); }

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