#99BA48

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

Shades of Atlantis #99BA48

Tints of Atlantis #99BA48

Color information

#99BA48 (or 0x99BA48) is unknown color: approx Atlantis. HEX triplet: 99, BA and 48. RGB value is (153,186,72). Sum of RGB (Red+Green+Blue) = 153+186+72=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 72 (28.52% from 255 or 17.52% from 411); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99BA48 is #6645B7. Grayscale: #A3A3A3. Windows color (decimal): -6702520 or 4766361. OLE color: 4766361.

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

Color convert

RGB15318672-
CMYK0.1800.610.27
HSL77.37º45.24%50.59%-
HSV(B)77.37º61.29%72.94%-
XYZ31.8742.3612.63-
YUV163.1476.57120.77-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.23%
GREEN value IS 186 (73.05% from 255) = 45.26%
BLUE value IS 72 (28.52% from 255) = 17.52%
R=37.23%
G=45.26%
B=17.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal153186720.1800.610.2777.3745.2450.59
Hex99BA481203D1B4d2d33
Octal23127211022075331155563
Binary10011001101110101001000100100111101110111001101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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