#99BE50

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

Shades of Atlantis #99BE50

Tints of Atlantis #99BE50

Color information

#99BE50 (or 0x99BE50) is unknown color: approx Atlantis. HEX triplet: 99, BE and 50. RGB value is (153,190,80). Sum of RGB (Red+Green+Blue) = 153+190+80=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 190 (74.61% from 255 or 44.92% from 423); Blue value is 80 (31.64% from 255 or 18.91% from 423); Max value from RGB is 190 - color contains mainly: green. Hex color #99BE50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BE50 is #6641AF. Grayscale: #A6A6A6. Windows color (decimal): -6701488 or 5291673. OLE color: 5291673.

HSL color Cylindrical-coordinate representation of color #99BE50: hue angle of 80.18º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #99BE50 is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB15319080-
CMYK0.1900.580.25
HSL80.18º45.83%52.94%-
HSV(B)80.18º57.89%74.51%-
XYZ3344.1814.38-
YUV166.479.24118.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.17%
GREEN value IS 190 (74.61% from 255) = 44.92%
BLUE value IS 80 (31.64% from 255) = 18.91%
R=36.17%
G=44.92%
B=18.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal153190800.1900.580.2580.1845.8352.94
Hex99BE501303A19502e35
Octal23127612023072311205665
Binary10011001101111101010000100110111010110011010000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BE50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,190,80); }

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

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

 a { background-color: rgb(153,190,80); }

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

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

 span { border-color: rgb(153,190,80); }

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