Html Css Color HEX #99B444 Atlantis

📋 copy color: '#99B444'

red 153 ◦ green 180 ◦ blue 68

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

Shades of Atlantis #99B444

Tints of Atlantis #99B444

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.89%

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

R = 38.15%
G = 44.89%
B = 16.96%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#99B444 (or 0x99B444) is known color: Atlantis. HEX triplet: 99, B4 and 44. RGB value is (153,180,68). Sum of RGB (Red+Green+Blue) = 153+180+68=401 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.15% from 401); Green value is 180 (70.70% from 255 or 44.89% from 401); Blue value is 68 (26.95% from 255 or 16.96% from 401); Max value from RGB is 180 - color contains mainly: green. Hex color #99B444 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99B444 is #664BBB. Grayscale: #9F9F9F. Windows color (decimal): -6704060 or 4502681. OLE color: 4502681.

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

Color convert

RGB 153 180 68 -
CMYK 0.15 0 0.62 0.29
HSL 74.46º 0.45% 0.49% -
HSV(B) 74.46º 0.62% 0.71% -
XYZ 30.5 39.83 11.55 -
YUV 159.16 76.55 123.61 -
System Red Green Blue C M Y K H S L
Decimal 153 180 68 0.15 0 0.62 0.29 74.46 0.45 0.49
Hex 99 B4 44 F 0 3E 1D 4A 2D 31
Octal 231 264 104 17 0 76 35 112 55 61
Binary 10011001 10110100 1000100 1111 0 111110 11101 1001010 101101 110001

Color Harmonies of #99B444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B444

Black with #99B444

Text Example


Text Example

White with #99B444

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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