#99BB47

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

Shades of Atlantis #99BB47

Tints of Atlantis #99BB47

Color information

#99BB47 (or 0x99BB47) is unknown color: approx Atlantis. HEX triplet: 99, BB and 47. RGB value is (153,187,71). Sum of RGB (Red+Green+Blue) = 153+187+71=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 187 (73.44% from 255 or 45.50% from 411); Blue value is 71 (28.12% from 255 or 17.27% from 411); Max value from RGB is 187 - color contains mainly: green. Hex color #99BB47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99BB47 is #6644B8. Grayscale: #A4A4A4. Windows color (decimal): -6702265 or 4701081. OLE color: 4701081.

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

Color convert

RGB15318771-
CMYK0.1800.620.27
HSL77.59º46.03%50.59%-
HSV(B)77.59º62.03%73.33%-
XYZ32.0442.7712.53-
YUV163.6175.74120.43-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.23%
GREEN value IS 187 (73.44% from 255) = 45.50%
BLUE value IS 71 (28.12% from 255) = 17.27%
R=37.23%
G=45.50%
B=17.27%

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
Decimal153187710.1800.620.2777.5946.0350.59
Hex99BB471203E1B4e2e33
Octal23127310722076331165663
Binary10011001101110111000111100100111110110111001110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BB47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,187,71); }

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

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

 a { background-color: rgb(153,187,71); }

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

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

 span { border-color: rgb(153,187,71); }

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