#99B947

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

Shades of Atlantis #99B947

Tints of Atlantis #99B947

Color information

#99B947 (or 0x99B947) is unknown color: approx Atlantis. HEX triplet: 99, B9 and 47. RGB value is (153,185,71). Sum of RGB (Red+Green+Blue) = 153+185+71=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 185 (72.66% from 255 or 45.23% from 409); Blue value is 71 (28.12% from 255 or 17.36% from 409); Max value from RGB is 185 - color contains mainly: green. Hex color #99B947 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99B947 is #6646B8. Grayscale: #A2A2A2. Windows color (decimal): -6702777 or 4700569. OLE color: 4700569.

HSL color Cylindrical-coordinate representation of color #99B947: hue angle of 76.84º degrees, saturation: 0.45, 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 #99B947 is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB15318571-
CMYK0.1700.620.27
HSL76.84º44.88%50.2%-
HSV(B)76.84º61.62%72.55%-
XYZ31.6241.9312.39-
YUV162.4476.4121.27-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.41%
GREEN value IS 185 (72.66% from 255) = 45.23%
BLUE value IS 71 (28.12% from 255) = 17.36%
R=37.41%
G=45.23%
B=17.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal153185710.1700.620.2776.8444.8850.2
Hex99B9471103E1B4d2d32
Octal23127110721076331155562
Binary10011001101110011000111100010111110110111001101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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