#ABC93B

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

Shades of Atlantis #ABC93B

Tints of Atlantis #ABC93B

Color information

#ABC93B (or 0xABC93B) is unknown color: approx Atlantis. HEX triplet: AB, C9 and 3B. RGB value is (171,201,59). Sum of RGB (Red+Green+Blue) = 171+201+59=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 201 (78.91% from 255 or 46.64% from 431); Blue value is 59 (23.44% from 255 or 13.69% from 431); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC93B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC93B is #5436C4. Grayscale: #B0B0B0. Windows color (decimal): -5519045 or 3918251. OLE color: 3918251.

HSL color Cylindrical-coordinate representation of color #ABC93B: hue angle of 72.68º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ABC93B is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB17120159-
CMYK0.1500.710.21
HSL72.68º56.8%50.98%-
HSV(B)72.68º70.65%78.82%-
XYZ38.4750.7511.91-
YUV175.8462.06124.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.68%
GREEN value IS 201 (78.91% from 255) = 46.64%
BLUE value IS 59 (23.44% from 255) = 13.69%
R=39.68%
G=46.64%
B=13.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal171201590.1500.710.2172.6856.850.98
HexABC93BF04715493933
Octal25331173170107251117163
Binary1010101111001001111011111101000111101011001001111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC93B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC93B; }

 p { color: rgb(171,201,59); }

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

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

 a { background-color: rgb(171,201,59); }

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

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

 span { border-color: rgb(171,201,59); }

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