#97BD43

Color #97BD43 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #97BD43

Tints of Atlantis #97BD43

Color information

#97BD43 (or 0x97BD43) is unknown color: approx Atlantis. HEX triplet: 97, BD and 43. RGB value is (151,189,67). Sum of RGB (Red+Green+Blue) = 151+189+67=407 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.10% from 407); Green value is 189 (74.22% from 255 or 46.44% from 407); Blue value is 67 (26.56% from 255 or 16.46% from 407); Max value from RGB is 189 - color contains mainly: green. Hex color #97BD43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97BD43 is #6842BC. Grayscale: #A4A4A4. Windows color (decimal): -6832829 or 4439447. OLE color: 4439447.

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

Color convert

RGB15118967-
CMYK0.2000.650.26
HSL78.69º48.03%50.2%-
HSV(B)78.69º64.55%74.12%-
XYZ31.9743.3812-
YUV163.7373.41118.92-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.10%
GREEN value IS 189 (74.22% from 255) = 46.44%
BLUE value IS 67 (26.56% from 255) = 16.46%
R=37.10%
G=46.44%
B=16.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal151189670.2000.650.2678.6948.0350.2
Hex97BD43140411A4f3032
Octal227275103240101321176062
Binary100101111011110110000111010001000001110101001111110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BD43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,189,67); }

 H1.HeaderClassName
 {
   color: #97BD43;
 }
 .AnyTagClassName
 {
   color: #97BD43;
 }
</style>
background-color css

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

 a { background-color: rgb(151,189,67); }

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

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

 span { border-color: rgb(151,189,67); }

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