#A8CB49

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

Shades of Atlantis #A8CB49

Tints of Atlantis #A8CB49

Color information

#A8CB49 (or 0xA8CB49) is unknown color: approx Atlantis. HEX triplet: A8, CB and 49. RGB value is (168,203,73). Sum of RGB (Red+Green+Blue) = 168+203+73=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 203 (79.69% from 255 or 45.72% from 444); Blue value is 73 (28.91% from 255 or 16.44% from 444); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CB49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CB49 is #5734B6. Grayscale: #B2B2B2. Windows color (decimal): -5715127 or 4836264. OLE color: 4836264.

HSL color Cylindrical-coordinate representation of color #A8CB49: hue angle of 76.15º 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 #A8CB49 is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB16820373-
CMYK0.1700.640.20
HSL76.15º55.56%54.12%-
HSV(B)76.15º64.04%79.61%-
XYZ38.7151.5214.21-
YUV177.7168.9121.07-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.84%
GREEN value IS 203 (79.69% from 255) = 45.72%
BLUE value IS 73 (28.91% from 255) = 16.44%
R=37.84%
G=45.72%
B=16.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal168203730.1700.640.2076.1555.5654.12
HexA8CB4911040144c3836
Octal250313111210100241147066
Binary101010001100101110010011000101000000101001001100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CB49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CB49; }

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

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

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

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

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

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

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

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