#96AB1F

Color #96AB1F Limerick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limerick #96AB1F

Tints of Limerick #96AB1F

Color information

#96AB1F (or 0x96AB1F) is unknown color: approx Limerick. HEX triplet: 96, AB and 1F. RGB value is (150,171,31). Sum of RGB (Red+Green+Blue) = 150+171+31=352 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.61% from 352); Green value is 171 (67.19% from 255 or 48.58% from 352); Blue value is 31 (12.5% from 255 or 8.81% from 352); Max value from RGB is 171 - color contains mainly: green. Hex color #96AB1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96AB1F is #6954E0. Grayscale: #959595. Windows color (decimal): -6903009 or 2075542. OLE color: 2075542.

HSL color Cylindrical-coordinate representation of color #96AB1F: hue angle of 69º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #96AB1F is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB15017131-
CMYK0.1200.820.33
HSL69º69.31%39.61%-
HSV(B)69º81.87%67.06%-
XYZ27.3935.716.75-
YUV148.7661.54128.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.61%
GREEN value IS 171 (67.19% from 255) = 48.58%
BLUE value IS 31 (12.5% from 255) = 8.81%
R=42.61%
G=48.58%
B=8.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal150171310.1200.820.336969.3139.61
Hex96AB1FC05221454528
Octal226253371401224110510550
Binary10010110101010111111111000101001010000110001011000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AB1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,171,31); }

 H1.HeaderClassName
 {
   color: #96AB1F;
 }
 .AnyTagClassName
 {
   color: #96AB1F;
 }
</style>
background-color css

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

 a { background-color: rgb(150,171,31); }

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

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

 span { border-color: rgb(150,171,31); }

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