#96BB25

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

Shades of Limerick #96BB25

Tints of Limerick #96BB25

Color information

#96BB25 (or 0x96BB25) is unknown color: approx Limerick. HEX triplet: 96, BB and 25. RGB value is (150,187,37). Sum of RGB (Red+Green+Blue) = 150+187+37=374 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.11% from 374); Green value is 187 (73.44% from 255 or 50% from 374); Blue value is 37 (14.84% from 255 or 9.89% from 374); Max value from RGB is 187 - color contains mainly: green. Hex color #96BB25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BB25 is #6944DA. Grayscale: #9F9F9F. Windows color (decimal): -6898907 or 2472854. OLE color: 2472854.

HSL color Cylindrical-coordinate representation of color #96BB25: hue angle of 74.8º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #96BB25 is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB15018737-
CMYK0.2000.800.27
HSL74.8º66.96%43.92%-
HSV(B)74.8º80.21%73.33%-
XYZ30.6842.168.27-
YUV158.8459.24121.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.11%
GREEN value IS 187 (73.44% from 255) = 50%
BLUE value IS 37 (14.84% from 255) = 9.89%
R=40.11%
G=50%
B=9.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal150187370.2000.800.2774.866.9643.92
Hex96BB25140501B4b432c
Octal226273452401203311310354
Binary100101101011101110010110100010100001101110010111000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BB25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,187,37); }

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

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

 a { background-color: rgb(150,187,37); }

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

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

 span { border-color: rgb(150,187,37); }

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