#AACB38

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

Shades of Atlantis #AACB38

Tints of Atlantis #AACB38

Color information

#AACB38 (or 0xAACB38) is unknown color: approx Atlantis. HEX triplet: AA, CB and 38. RGB value is (170,203,56). Sum of RGB (Red+Green+Blue) = 170+203+56=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 203 (79.69% from 255 or 47.32% from 429); Blue value is 56 (22.27% from 255 or 13.05% from 429); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACB38 is #5534C7. Grayscale: #B0B0B0. Windows color (decimal): -5584072 or 3722154. OLE color: 3722154.

HSL color Cylindrical-coordinate representation of color #AACB38: hue angle of 73.47º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AACB38 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB17020356-
CMYK0.1600.720.20
HSL73.47º58.57%50.78%-
HSV(B)73.47º72.41%79.61%-
XYZ38.6551.5411.65-
YUV176.3860.07123.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.63%
GREEN value IS 203 (79.69% from 255) = 47.32%
BLUE value IS 56 (22.27% from 255) = 13.05%
R=39.63%
G=47.32%
B=13.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal170203560.1600.720.2073.4758.5750.78
HexAACB381004814493b33
Octal25231370200110241117363
Binary10101010110010111110001000001001000101001001001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACB38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACB38; }

 p { color: rgb(170,203,56); }

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

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

 a { background-color: rgb(170,203,56); }

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

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

 span { border-color: rgb(170,203,56); }

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