Html Css Color HEX #99BE45 Atlantis

📋 copy color: '#99BE45'

red 153 ◦ green 190 ◦ blue 69

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

Shades of Atlantis #99BE45

Tints of Atlantis #99BE45

RGB

 RED value IS 153 (60.16% from 255) = 37.14%

 GREEN value IS 190 (74.61% from 255) = 46.12%

 BLUE value IS 69 (27.34% from 255) = 16.75%

R = 37.14%
G = 46.12%
B = 16.75%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#99BE45 (or 0x99BE45) is known color: Atlantis. HEX triplet: 99, BE and 45. RGB value is (153,190,69). Sum of RGB (Red+Green+Blue) = 153+190+69=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 190 (74.61% from 255 or 46.12% from 412); Blue value is 69 (27.34% from 255 or 16.75% from 412); Max value from RGB is 190 - color contains mainly: green. Hex color #99BE45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99BE45 is #6641BA. Grayscale: #A5A5A5. Windows color (decimal): -6701499 or 4570777. OLE color: 4570777.

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

Color convert

RGB 153 190 69 -
CMYK 0.19 0 0.64 0.25
HSL 78.35º 0.48% 0.51% -
HSV(B) 78.35º 0.64% 0.75% -
XYZ 32.62 44.03 12.41 -
YUV 165.14 73.74 119.34 -
System Red Green Blue C M Y K H S L
Decimal 153 190 69 0.19 0 0.64 0.25 78.35 0.48 0.51
Hex 99 BE 45 13 0 40 19 4E 30 33
Octal 231 276 105 23 0 100 31 116 60 63
Binary 10011001 10111110 1000101 10011 0 1000000 11001 1001110 110000 110011

Color Harmonies of #99BE45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BE45

Black with #99BE45

Text Example


Text Example

White with #99BE45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #99BE45;
 }
 .AnyTagClassName
 {
   color: #99BE45;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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