Html Css Color HEX #99AA2C Limerick

📋 copy color: '#99AA2C'

red 153 ◦ green 170 ◦ blue 44

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

Shades of Limerick #99AA2C

Tints of Limerick #99AA2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.99%

R = 41.69%
G = 46.32%
B = 11.99%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#99AA2C (or 0x99AA2C) is known color: Limerick. HEX triplet: 99, AA and 2C. RGB value is (153,170,44). Sum of RGB (Red+Green+Blue) = 153+170+44=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 170 (66.80% from 255 or 46.32% from 367); Blue value is 44 (17.58% from 255 or 11.99% from 367); Max value from RGB is 170 - color contains mainly: green. Hex color #99AA2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99AA2C is #6655D3. Grayscale: #979797. Windows color (decimal): -6706644 or 2927257. OLE color: 2927257.

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

Color convert

RGB 153 170 44 -
CMYK 0.1 0 0.74 0.33
HSL 68.1º 0.59% 0.42% -
HSV(B) 68.1º 0.74% 0.67% -
XYZ 27.97 35.7 7.8 -
YUV 150.55 67.87 129.75 -
System Red Green Blue C M Y K H S L
Decimal 153 170 44 0.1 0 0.74 0.33 68.1 0.59 0.42
Hex 99 AA 2C A 0 4A 21 44 3B 2A
Octal 231 252 54 12 0 112 41 104 73 52
Binary 10011001 10101010 101100 1010 0 1001010 100001 1000100 111011 101010

Color Harmonies of #99AA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AA2C

Black with #99AA2C

Text Example


Text Example

White with #99AA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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