Html Css Color HEX #97BC4A Atlantis

📋 copy color: '#97BC4A'

red 151 ◦ green 188 ◦ blue 74

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

Shades of Atlantis #97BC4A

Tints of Atlantis #97BC4A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.52%

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

R = 36.56%
G = 45.52%
B = 17.92%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#97BC4A (or 0x97BC4A) is known color: Atlantis. HEX triplet: 97, BC and 4A. RGB value is (151,188,74). Sum of RGB (Red+Green+Blue) = 151+188+74=413 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.56% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 74 (29.30% from 255 or 17.92% from 413); Max value from RGB is 188 - color contains mainly: green. Hex color #97BC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97BC4A is #6843B5. Grayscale: #A4A4A4. Windows color (decimal): -6833078 or 4897943. OLE color: 4897943.

HSL color Cylindrical-coordinate representation of color #97BC4A: hue angle of 79.47º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #97BC4A is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 151 188 74 -
CMYK 0.20 0 0.61 0.26
HSL 79.47º 0.46% 0.51% -
HSV(B) 79.47º 0.61% 0.74% -
XYZ 31.98 43.04 13.1 -
YUV 163.94 77.24 118.77 -
System Red Green Blue C M Y K H S L
Decimal 151 188 74 0.20 0 0.61 0.26 79.47 0.46 0.51
Hex 97 BC 4A 14 0 3D 1A 4F 2E 33
Octal 227 274 112 24 0 75 32 117 56 63
Binary 10010111 10111100 1001010 10100 0 111101 11010 1001111 101110 110011

Color Harmonies of #97BC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BC4A

Black with #97BC4A

Text Example


Text Example

White with #97BC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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