#96B92D

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

Shades of Limerick #96B92D

Tints of Limerick #96B92D

Color information

#96B92D (or 0x96B92D) is unknown color: approx Limerick. HEX triplet: 96, B9 and 2D. RGB value is (150,185,45). Sum of RGB (Red+Green+Blue) = 150+185+45=380 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.47% from 380); Green value is 185 (72.66% from 255 or 48.68% from 380); Blue value is 45 (17.97% from 255 or 11.84% from 380); Max value from RGB is 185 - color contains mainly: green. Hex color #96B92D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B92D is #6946D2. Grayscale: #9F9F9F. Windows color (decimal): -6899411 or 2996630. OLE color: 2996630.

HSL color Cylindrical-coordinate representation of color #96B92D: hue angle of 75º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #96B92D is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB15018545-
CMYK0.1900.760.27
HSL75º60.87%45.1%-
HSV(B)75º75.68%72.55%-
XYZ30.441.378.87-
YUV158.5763.9121.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.47%
GREEN value IS 185 (72.66% from 255) = 48.68%
BLUE value IS 45 (17.97% from 255) = 11.84%
R=39.47%
G=48.68%
B=11.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal150185450.1900.760.277560.8745.1
Hex96B92D1304C1B4b3d2d
Octal22627155230114331137555
Binary10010110101110011011011001101001100110111001011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B92D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,185,45); }

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

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

 a { background-color: rgb(150,185,45); }

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

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

 span { border-color: rgb(150,185,45); }

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