Html Css Color HEX #99BE50 Atlantis

📋 copy color: '#99BE50'

red 153 ◦ green 190 ◦ blue 80

#99BE50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #99BE50

Tints of Atlantis #99BE50

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 value IS 0.19

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#99BE50 (or 0x99BE50) is known color: 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

RGB 153 190 80 -
CMYK 0.19 0 0.58 0.25
HSL 80.18º 0.46% 0.53% -
HSV(B) 80.18º 0.58% 0.75% -
XYZ 33 44.18 14.38 -
YUV 166.4 79.24 118.44 -
System Red Green Blue C M Y K H S L
Decimal 153 190 80 0.19 0 0.58 0.25 80.18 0.46 0.53
Hex 99 BE 50 13 0 3A 19 50 2E 35
Octal 231 276 120 23 0 72 31 120 56 65
Binary 10011001 10111110 1010000 10011 0 111010 11001 1010000 101110 110101

Color Harmonies of #99BE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BE50

Black with #99BE50

Text Example


Text Example

White with #99BE50

Text Example


Text Example

HTML Codes & Css Web 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>