#95B728

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

Shades of Limerick #95B728

Tints of Limerick #95B728

Color information

#95B728 (or 0x95B728) is unknown color: approx Limerick. HEX triplet: 95, B7 and 28. RGB value is (149,183,40). Sum of RGB (Red+Green+Blue) = 149+183+40=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 183 (71.88% from 255 or 49.19% from 372); Blue value is 40 (16.02% from 255 or 10.75% from 372); Max value from RGB is 183 - color contains mainly: green. Hex color #95B728 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95B728 is #6A48D7. Grayscale: #9D9D9D. Windows color (decimal): -6965464 or 2668437. OLE color: 2668437.

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

Color convert

RGB14918340-
CMYK0.1900.780.28
HSL74.27º64.13%43.73%-
HSV(B)74.27º78.14%71.76%-
XYZ29.7140.418.24-
YUV156.5362.24122.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.05%
GREEN value IS 183 (71.88% from 255) = 49.19%
BLUE value IS 40 (16.02% from 255) = 10.75%
R=40.05%
G=49.19%
B=10.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal149183400.1900.780.2874.2764.1343.73
Hex95B7281304E1C4a402c
Octal225267502301163411210054
Binary100101011011011110100010011010011101110010010101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95B728; }

 p { color: rgb(149,183,40); }

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

<style>
 a { background-color: #95B728; }

 a { background-color: rgb(149,183,40); }

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

<style>
 span { border-color: #95B728; }

 span { border-color: rgb(149,183,40); }

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