Html Css Color HEX #9AAA31 Limerick

📋 copy color: '#9AAA31'

red 154 ◦ green 170 ◦ blue 49

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

Shades of Limerick #9AAA31

Tints of Limerick #9AAA31

RGB

 RED value IS 154 (60.55% from 255) = 41.29%

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

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

R = 41.29%
G = 45.58%
B = 13.14%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#9AAA31 (or 0x9AAA31) is known color: Limerick. HEX triplet: 9A, AA and 31. RGB value is (154,170,49). Sum of RGB (Red+Green+Blue) = 154+170+49=373 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.29% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 49 (19.53% from 255 or 13.14% from 373); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AAA31 is #6555CE. Grayscale: #979797. Windows color (decimal): -6641103 or 3254938. OLE color: 3254938.

HSL color Cylindrical-coordinate representation of color #9AAA31: hue angle of 67.93º 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 #9AAA31 is Cyan = 0.09, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB 154 170 49 -
CMYK 0.09 0 0.71 0.33
HSL 67.93º 0.55% 0.43% -
HSV(B) 67.93º 0.71% 0.67% -
XYZ 28.26 35.84 8.33 -
YUV 151.42 70.2 129.84 -
System Red Green Blue C M Y K H S L
Decimal 154 170 49 0.09 0 0.71 0.33 67.93 0.55 0.43
Hex 9A AA 31 9 0 47 21 44 37 2B
Octal 232 252 61 11 0 107 41 104 67 53
Binary 10011010 10101010 110001 1001 0 1000111 100001 1000100 110111 101011

Color Harmonies of #9AAA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAA31

Black with #9AAA31

Text Example


Text Example

White with #9AAA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AAA31; }

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

 H1.HeaderClassName
 {
   color: #9AAA31;
 }
 .AnyTagClassName
 {
   color: #9AAA31;
 }
</style>

background-color css

<style>
 a { background-color: #9AAA31; }

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

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

border-color css

<style>
 span { border-color: #9AAA31; }

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

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