Html Css Color HEX #97BB3F Atlantis

📋 copy color: '#97BB3F'

red 151 ◦ green 187 ◦ blue 63

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

Shades of Atlantis #97BB3F

Tints of Atlantis #97BB3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.71%

R = 37.66%
G = 46.63%
B = 15.71%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#97BB3F (or 0x97BB3F) is known color: Atlantis. HEX triplet: 97, BB and 3F. RGB value is (151,187,63). Sum of RGB (Red+Green+Blue) = 151+187+63=401 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.66% from 401); Green value is 187 (73.44% from 255 or 46.63% from 401); Blue value is 63 (25% from 255 or 15.71% from 401); Max value from RGB is 187 - color contains mainly: green. Hex color #97BB3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97BB3F is #6844C0. Grayscale: #A2A2A2. Windows color (decimal): -6833345 or 4176791. OLE color: 4176791.

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

Color convert

RGB 151 187 63 -
CMYK 0.19 0 0.66 0.27
HSL 77.42º 0.5% 0.49% -
HSV(B) 77.42º 0.66% 0.73% -
XYZ 31.43 42.48 11.25 -
YUV 162.1 72.07 120.08 -
System Red Green Blue C M Y K H S L
Decimal 151 187 63 0.19 0 0.66 0.27 77.42 0.5 0.49
Hex 97 BB 3F 13 0 42 1B 4D 32 31
Octal 227 273 77 23 0 102 33 115 62 61
Binary 10010111 10111011 111111 10011 0 1000010 11011 1001101 110010 110001

Color Harmonies of #97BB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BB3F

Black with #97BB3F

Text Example


Text Example

White with #97BB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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