Html Css Color HEX #99B84A Atlantis

📋 copy color: '#99B84A'

red 153 ◦ green 184 ◦ blue 74

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

Shades of Atlantis #99B84A

Tints of Atlantis #99B84A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.77%

 BLUE value IS 74 (29.3% from 255) = 18%

R = 37.23%
G = 44.77%
B = 18%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#99B84A (or 0x99B84A) is known color: Atlantis. HEX triplet: 99, B8 and 4A. RGB value is (153,184,74). Sum of RGB (Red+Green+Blue) = 153+184+74=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 184 (72.27% from 255 or 44.77% from 411); Blue value is 74 (29.30% from 255 or 18.00% from 411); Max value from RGB is 184 - color contains mainly: green. Hex color #99B84A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99B84A is #6647B5. Grayscale: #A2A2A2. Windows color (decimal): -6703030 or 4896921. OLE color: 4896921.

HSL color Cylindrical-coordinate representation of color #99B84A: hue angle of 76.91º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #99B84A is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 153 184 74 -
CMYK 0.17 0 0.60 0.28
HSL 76.91º 0.44% 0.51% -
HSV(B) 76.91º 0.6% 0.72% -
XYZ 31.51 41.55 12.84 -
YUV 162.19 78.23 121.44 -
System Red Green Blue C M Y K H S L
Decimal 153 184 74 0.17 0 0.60 0.28 76.91 0.44 0.51
Hex 99 B8 4A 11 0 3C 1C 4D 2C 33
Octal 231 270 112 21 0 74 34 115 54 63
Binary 10011001 10111000 1001010 10001 0 111100 11100 1001101 101100 110011

Color Harmonies of #99B84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B84A

Black with #99B84A

Text Example


Text Example

White with #99B84A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,184,74); }

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

background-color css

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

 a { background-color: rgb(153,184,74); }

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

border-color css

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

 span { border-color: rgb(153,184,74); }

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