#99B94C

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

Shades of Atlantis #99B94C

Tints of Atlantis #99B94C

Color information

#99B94C (or 0x99B94C) is unknown color: approx Atlantis. HEX triplet: 99, B9 and 4C. RGB value is (153,185,76). Sum of RGB (Red+Green+Blue) = 153+185+76=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 185 (72.66% from 255 or 44.69% from 414); Blue value is 76 (30.08% from 255 or 18.36% from 414); Max value from RGB is 185 - color contains mainly: green. Hex color #99B94C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99B94C is #6646B3. Grayscale: #A3A3A3. Windows color (decimal): -6702772 or 5028249. OLE color: 5028249.

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

Color convert

RGB15318576-
CMYK0.1700.590.27
HSL77.61º43.78%51.18%-
HSV(B)77.61º58.92%72.55%-
XYZ31.7941.9913.27-
YUV163.0178.9120.86-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.96%
GREEN value IS 185 (72.66% from 255) = 44.69%
BLUE value IS 76 (30.08% from 255) = 18.36%
R=36.96%
G=44.69%
B=18.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal153185760.1700.590.2777.6143.7851.18
Hex99B94C1103B1B4e2c33
Octal23127111421073331165463
Binary10011001101110011001100100010111011110111001110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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