Html Css Color HEX #99B644 Atlantis

📋 copy color: '#99B644'

red 153 ◦ green 182 ◦ blue 68

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

Shades of Atlantis #99B644

Tints of Atlantis #99B644

RGB

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

 GREEN value IS 182 (71.48% from 255) = 45.16%

 BLUE value IS 68 (26.95% from 255) = 16.87%

R = 37.97%
G = 45.16%
B = 16.87%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#99B644 (or 0x99B644) is known color: Atlantis. HEX triplet: 99, B6 and 44. RGB value is (153,182,68). Sum of RGB (Red+Green+Blue) = 153+182+68=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 182 (71.48% from 255 or 45.16% from 403); Blue value is 68 (26.95% from 255 or 16.87% from 403); Max value from RGB is 182 - color contains mainly: green. Hex color #99B644 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99B644 is #6649BB. Grayscale: #A0A0A0. Windows color (decimal): -6703548 or 4503193. OLE color: 4503193.

HSL color Cylindrical-coordinate representation of color #99B644: hue angle of 75.26º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #99B644 is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB 153 182 68 -
CMYK 0.16 0 0.63 0.29
HSL 75.26º 0.46% 0.49% -
HSV(B) 75.26º 0.63% 0.71% -
XYZ 30.91 40.65 11.69 -
YUV 160.33 75.89 122.77 -
System Red Green Blue C M Y K H S L
Decimal 153 182 68 0.16 0 0.63 0.29 75.26 0.46 0.49
Hex 99 B6 44 10 0 3F 1D 4B 2E 31
Octal 231 266 104 20 0 77 35 113 56 61
Binary 10011001 10110110 1000100 10000 0 111111 11101 1001011 101110 110001

Color Harmonies of #99B644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B644

Black with #99B644

Text Example


Text Example

White with #99B644

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,182,68); }

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

background-color css

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

 a { background-color: rgb(153,182,68); }

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

border-color css

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

 span { border-color: rgb(153,182,68); }

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