Html Css Color HEX #96AF32 Limerick

📋 copy color: '#96AF32'

red 150 ◦ green 175 ◦ blue 50

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

Shades of Limerick #96AF32

Tints of Limerick #96AF32

RGB

 RED value IS 150 (58.98% from 255) = 40%

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

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

R = 40%
G = 46.67%
B = 13.33%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#96AF32 (or 0x96AF32) is known color: Limerick. HEX triplet: 96, AF and 32. RGB value is (150,175,50). Sum of RGB (Red+Green+Blue) = 150+175+50=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 175 (68.75% from 255 or 46.67% from 375); Blue value is 50 (19.92% from 255 or 13.33% from 375); Max value from RGB is 175 - color contains mainly: green. Hex color #96AF32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96AF32 is #6950CD. Grayscale: #999999. Windows color (decimal): -6901966 or 3321750. OLE color: 3321750.

HSL color Cylindrical-coordinate representation of color #96AF32: hue angle of 72º 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 #96AF32 is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 150 175 50 -
CMYK 0.14 0 0.71 0.31
HSL 72º 0.56% 0.44% -
HSV(B) 72º 0.71% 0.69% -
XYZ 28.48 37.37 8.73 -
YUV 153.28 69.72 125.66 -
System Red Green Blue C M Y K H S L
Decimal 150 175 50 0.14 0 0.71 0.31 72 0.56 0.44
Hex 96 AF 32 E 0 47 1F 48 38 2C
Octal 226 257 62 16 0 107 37 110 70 54
Binary 10010110 10101111 110010 1110 0 1000111 11111 1001000 111000 101100

Color Harmonies of #96AF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AF32

Black with #96AF32

Text Example


Text Example

White with #96AF32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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