#96B928

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

Shades of Limerick #96B928

Tints of Limerick #96B928

Color information

#96B928 (or 0x96B928) is unknown color: approx Limerick. HEX triplet: 96, B9 and 28. RGB value is (150,185,40). Sum of RGB (Red+Green+Blue) = 150+185+40=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 185 (72.66% from 255 or 49.33% from 375); Blue value is 40 (16.02% from 255 or 10.67% from 375); Max value from RGB is 185 - color contains mainly: green. Hex color #96B928 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B928 is #6946D7. Grayscale: #9E9E9E. Windows color (decimal): -6899416 or 2668950. OLE color: 2668950.

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

Color convert

RGB15018540-
CMYK0.1900.780.27
HSL74.48º64.44%44.12%-
HSV(B)74.48º78.38%72.55%-
XYZ30.3141.348.39-
YUV15861.4122.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40%
GREEN value IS 185 (72.66% from 255) = 49.33%
BLUE value IS 40 (16.02% from 255) = 10.67%
R=40%
G=49.33%
B=10.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal150185400.1900.780.2774.4864.4444.12
Hex96B9281304E1B4a402c
Octal226271502301163311210054
Binary100101101011100110100010011010011101101110010101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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