#99BE4E

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

Shades of Atlantis #99BE4E

Tints of Atlantis #99BE4E

Color information

#99BE4E (or 0x99BE4E) is unknown color: approx Atlantis. HEX triplet: 99, BE and 4E. RGB value is (153,190,78). Sum of RGB (Red+Green+Blue) = 153+190+78=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 190 (74.61% from 255 or 45.13% from 421); Blue value is 78 (30.86% from 255 or 18.53% from 421); Max value from RGB is 190 - color contains mainly: green. Hex color #99BE4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BE4E is #6641B1. Grayscale: #A6A6A6. Windows color (decimal): -6701490 or 5160601. OLE color: 5160601.

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

Color convert

RGB15319078-
CMYK0.1900.590.25
HSL79.82º46.28%52.55%-
HSV(B)79.82º58.95%74.51%-
XYZ32.9344.1513.99-
YUV166.1778.24118.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.34%
GREEN value IS 190 (74.61% from 255) = 45.13%
BLUE value IS 78 (30.86% from 255) = 18.53%
R=36.34%
G=45.13%
B=18.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal153190780.1900.590.2579.8246.2852.55
Hex99BE4E1303B19502e35
Octal23127611623073311205665
Binary10011001101111101001110100110111011110011010000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BE4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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