#A7CB49

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

Shades of Atlantis #A7CB49

Tints of Atlantis #A7CB49

Color information

#A7CB49 (or 0xA7CB49) is unknown color: approx Atlantis. HEX triplet: A7, CB and 49. RGB value is (167,203,73). Sum of RGB (Red+Green+Blue) = 167+203+73=443 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.70% from 443); Green value is 203 (79.69% from 255 or 45.82% from 443); Blue value is 73 (28.91% from 255 or 16.48% from 443); Max value from RGB is 203 - color contains mainly: green. Hex color #A7CB49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7CB49 is #5834B6. Grayscale: #B1B1B1. Windows color (decimal): -5780663 or 4836263. OLE color: 4836263.

HSL color Cylindrical-coordinate representation of color #A7CB49: hue angle of 76.62º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A7CB49 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB16720373-
CMYK0.1800.640.20
HSL76.62º55.56%54.12%-
HSV(B)76.62º64.04%79.61%-
XYZ38.4951.4114.2-
YUV177.4269.07120.57-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.70%
GREEN value IS 203 (79.69% from 255) = 45.82%
BLUE value IS 73 (28.91% from 255) = 16.48%
R=37.70%
G=45.82%
B=16.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal167203730.1800.640.2076.6255.5654.12
HexA7CB4912040144d3836
Octal247313111220100241157066
Binary101001111100101110010011001001000000101001001101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CB49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CB49; }

 p { color: rgb(167,203,73); }

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

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

 a { background-color: rgb(167,203,73); }

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

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

 span { border-color: rgb(167,203,73); }

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