Html Css Color HEX #99AF32 Limerick

📋 copy color: '#99AF32'

red 153 ◦ green 175 ◦ blue 50

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

Shades of Limerick #99AF32

Tints of Limerick #99AF32

RGB

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

 GREEN value IS 175 (68.75% from 255) = 46.3%

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

R = 40.48%
G = 46.3%
B = 13.23%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#99AF32 (or 0x99AF32) is known color: Limerick. HEX triplet: 99, AF and 32. RGB value is (153,175,50). Sum of RGB (Red+Green+Blue) = 153+175+50=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 175 (68.75% from 255 or 46.30% from 378); Blue value is 50 (19.92% from 255 or 13.23% from 378); Max value from RGB is 175 - color contains mainly: green. Hex color #99AF32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99AF32 is #6650CD. Grayscale: #9A9A9A. Windows color (decimal): -6705358 or 3321753. OLE color: 3321753.

HSL color Cylindrical-coordinate representation of color #99AF32: hue angle of 70.56º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #99AF32 is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 153 175 50 -
CMYK 0.13 0 0.71 0.31
HSL 70.56º 0.56% 0.44% -
HSV(B) 70.56º 0.71% 0.69% -
XYZ 29.04 37.66 8.76 -
YUV 154.17 69.21 127.16 -
System Red Green Blue C M Y K H S L
Decimal 153 175 50 0.13 0 0.71 0.31 70.56 0.56 0.44
Hex 99 AF 32 D 0 47 1F 47 38 2C
Octal 231 257 62 15 0 107 37 107 70 54
Binary 10011001 10101111 110010 1101 0 1000111 11111 1000111 111000 101100

Color Harmonies of #99AF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AF32

Black with #99AF32

Text Example


Text Example

White with #99AF32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,175,50); }

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

background-color css

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

 a { background-color: rgb(153,175,50); }

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

border-color css

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

 span { border-color: rgb(153,175,50); }

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