#99BC48

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

Shades of Atlantis #99BC48

Tints of Atlantis #99BC48

Color information

#99BC48 (or 0x99BC48) is unknown color: approx Atlantis. HEX triplet: 99, BC and 48. RGB value is (153,188,72). Sum of RGB (Red+Green+Blue) = 153+188+72=413 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.05% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 72 (28.52% from 255 or 17.43% from 413); Max value from RGB is 188 - color contains mainly: green. Hex color #99BC48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99BC48 is #6643B7. Grayscale: #A4A4A4. Windows color (decimal): -6702008 or 4766873. OLE color: 4766873.

HSL color Cylindrical-coordinate representation of color #99BC48: hue angle of 78.1º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #99BC48 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB15318872-
CMYK0.1900.620.26
HSL78.1º46.4%50.98%-
HSV(B)78.1º61.7%73.73%-
XYZ32.2943.2112.77-
YUV164.3175.9119.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.05%
GREEN value IS 188 (73.83% from 255) = 45.52%
BLUE value IS 72 (28.52% from 255) = 17.43%
R=37.05%
G=45.52%
B=17.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal153188720.1900.620.2678.146.450.98
Hex99BC481303E1A4e2e33
Octal23127411023076321165663
Binary10011001101111001001000100110111110110101001110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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