Html Css Color HEX #99B949 Atlantis

📋 copy color: '#99B949'

red 153 ◦ green 185 ◦ blue 73

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

Shades of Atlantis #99B949

Tints of Atlantis #99B949

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.01%

 BLUE value IS 73 (28.91% from 255) = 17.76%

R = 37.23%
G = 45.01%
B = 17.76%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#99B949 (or 0x99B949) is known color: Atlantis. HEX triplet: 99, B9 and 49. RGB value is (153,185,73). Sum of RGB (Red+Green+Blue) = 153+185+73=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 185 (72.66% from 255 or 45.01% from 411); Blue value is 73 (28.91% from 255 or 17.76% from 411); Max value from RGB is 185 - color contains mainly: green. Hex color #99B949 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99B949 is #6646B6. Grayscale: #A3A3A3. Windows color (decimal): -6702775 or 4831641. OLE color: 4831641.

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

Color convert

RGB 153 185 73 -
CMYK 0.17 0 0.61 0.27
HSL 77.14º 0.44% 0.51% -
HSV(B) 77.14º 0.61% 0.73% -
XYZ 31.69 41.95 12.73 -
YUV 162.66 77.4 121.11 -
System Red Green Blue C M Y K H S L
Decimal 153 185 73 0.17 0 0.61 0.27 77.14 0.44 0.51
Hex 99 B9 49 11 0 3D 1B 4D 2C 33
Octal 231 271 111 21 0 75 33 115 54 63
Binary 10011001 10111001 1001001 10001 0 111101 11011 1001101 101100 110011

Color Harmonies of #99B949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B949

Black with #99B949

Text Example


Text Example

White with #99B949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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