Html Css Color HEX #99AA31 Limerick

📋 copy color: '#99AA31'

red 153 ◦ green 170 ◦ blue 49

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

Shades of Limerick #99AA31

Tints of Limerick #99AA31

RGB

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

 GREEN value IS 170 (66.8% from 255) = 45.7%

 BLUE value IS 49 (19.53% from 255) = 13.17%

R = 41.13%
G = 45.7%
B = 13.17%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#99AA31 (or 0x99AA31) is known color: Limerick. HEX triplet: 99, AA and 31. RGB value is (153,170,49). Sum of RGB (Red+Green+Blue) = 153+170+49=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 170 (66.80% from 255 or 45.70% from 372); Blue value is 49 (19.53% from 255 or 13.17% from 372); Max value from RGB is 170 - color contains mainly: green. Hex color #99AA31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99AA31 is #6655CE. Grayscale: #979797. Windows color (decimal): -6706639 or 3254937. OLE color: 3254937.

HSL color Cylindrical-coordinate representation of color #99AA31: hue angle of 68.43º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #99AA31 is Cyan = 0.1, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 170 49 -
CMYK 0.1 0 0.71 0.33
HSL 68.43º 0.55% 0.43% -
HSV(B) 68.43º 0.71% 0.67% -
XYZ 28.07 35.74 8.33 -
YUV 151.12 70.37 129.34 -
System Red Green Blue C M Y K H S L
Decimal 153 170 49 0.1 0 0.71 0.33 68.43 0.55 0.43
Hex 99 AA 31 A 0 47 21 44 37 2B
Octal 231 252 61 12 0 107 41 104 67 53
Binary 10011001 10101010 110001 1010 0 1000111 100001 1000100 110111 101011

Color Harmonies of #99AA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AA31

Black with #99AA31

Text Example


Text Example

White with #99AA31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,170,49); }

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

background-color css

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

 a { background-color: rgb(153,170,49); }

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

border-color css

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

 span { border-color: rgb(153,170,49); }

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