Html Css Color HEX #9AAA32 Limerick

📋 copy color: '#9AAA32'

red 154 ◦ green 170 ◦ blue 50

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

Shades of Limerick #9AAA32

Tints of Limerick #9AAA32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.37%

R = 41.18%
G = 45.45%
B = 13.37%

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

#9AAA32 (or 0x9AAA32) is known color: Limerick. HEX triplet: 9A, AA and 32. RGB value is (154,170,50). Sum of RGB (Red+Green+Blue) = 154+170+50=374 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.18% from 374); Green value is 170 (66.80% from 255 or 45.45% from 374); Blue value is 50 (19.92% from 255 or 13.37% from 374); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AAA32 is #6555CD. Grayscale: #989898. Windows color (decimal): -6641102 or 3320474. OLE color: 3320474.

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

Color convert

RGB 154 170 50 -
CMYK 0.09 0 0.71 0.33
HSL 68º 0.55% 0.43% -
HSV(B) 68º 0.71% 0.67% -
XYZ 28.28 35.85 8.45 -
YUV 151.54 70.7 129.76 -
System Red Green Blue C M Y K H S L
Decimal 154 170 50 0.09 0 0.71 0.33 68 0.55 0.43
Hex 9A AA 32 9 0 47 21 44 37 2B
Octal 232 252 62 11 0 107 41 104 67 53
Binary 10011010 10101010 110010 1001 0 1000111 100001 1000100 110111 101011

Color Harmonies of #9AAA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAA32

Black with #9AAA32

Text Example


Text Example

White with #9AAA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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