#99b747

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

Shades of Atlantis #99B747

Tints of Atlantis #99B747

Color information

#99B747 (or 0x99B747) is unknown color: approx Atlantis. HEX triplet: 99, B7 and 47. RGB value is (153,183,71). Sum of RGB (Red+Green+Blue) = 153+183+71=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 183 (71.88% from 255 or 44.96% from 407); Blue value is 71 (28.12% from 255 or 17.44% from 407); Max value from RGB is 183 - color contains mainly: green. Hex color #99B747 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99B747 is #6648B8. Grayscale: #A1A1A1. Windows color (decimal): -6703289 or 4700057. OLE color: 4700057.

HSL color Cylindrical-coordinate representation of color #99B747: hue angle of 76.07º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #99B747 is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB15318371-
CMYK0.1600.610.28
HSL76.07º44.09%49.8%-
HSV(B)76.07º61.2%71.76%-
XYZ31.2141.0912.25-
YUV161.2677.06122.11-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.59%
GREEN value IS 183 (71.88% from 255) = 44.96%
BLUE value IS 71 (28.12% from 255) = 17.44%
R=37.59%
G=44.96%
B=17.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal153183710.1600.610.2876.0744.0949.8
Hex99B7471003D1C4c2c32
Octal23126710720075341145462
Binary10011001101101111000111100000111101111001001100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99b747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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