#99BA46

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

Shades of Atlantis #99BA46

Tints of Atlantis #99BA46

Color information

#99BA46 (or 0x99BA46) is unknown color: approx Atlantis. HEX triplet: 99, BA and 46. RGB value is (153,186,70). Sum of RGB (Red+Green+Blue) = 153+186+70=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 70 (27.73% from 255 or 17.11% from 409); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99BA46 is #6645B9. Grayscale: #A3A3A3. Windows color (decimal): -6702522 or 4635289. OLE color: 4635289.

HSL color Cylindrical-coordinate representation of color #99BA46: hue angle of 77.07º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #99BA46 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB15318670-
CMYK0.1800.620.27
HSL77.07º45.67%50.2%-
HSV(B)77.07º62.37%72.94%-
XYZ31.842.3312.29-
YUV162.9175.57120.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.41%
GREEN value IS 186 (73.05% from 255) = 45.48%
BLUE value IS 70 (27.73% from 255) = 17.11%
R=37.41%
G=45.48%
B=17.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal153186700.1800.620.2777.0745.6750.2
Hex99BA461203E1B4d2e32
Octal23127210622076331155662
Binary10011001101110101000110100100111110110111001101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BA46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99BA46; }

 p { color: rgb(153,186,70); }

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

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

 a { background-color: rgb(153,186,70); }

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

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

 span { border-color: rgb(153,186,70); }

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