#95B72C

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

Shades of Limerick #95B72C

Tints of Limerick #95B72C

Color information

#95B72C (or 0x95B72C) is unknown color: approx Limerick. HEX triplet: 95, B7 and 2C. RGB value is (149,183,44). Sum of RGB (Red+Green+Blue) = 149+183+44=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 183 (71.88% from 255 or 48.67% from 376); Blue value is 44 (17.58% from 255 or 11.70% from 376); Max value from RGB is 183 - color contains mainly: green. Hex color #95B72C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95B72C is #6A48D3. Grayscale: #9D9D9D. Windows color (decimal): -6965460 or 2930581. OLE color: 2930581.

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

Color convert

RGB14918344-
CMYK0.1900.760.28
HSL74.68º61.23%44.51%-
HSV(B)74.68º75.96%71.76%-
XYZ29.7840.448.62-
YUV156.9964.24122.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.63%
GREEN value IS 183 (71.88% from 255) = 48.67%
BLUE value IS 44 (17.58% from 255) = 11.70%
R=39.63%
G=48.67%
B=11.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal149183440.1900.760.2874.6861.2344.51
Hex95B72C1304C1C4b3d2d
Octal22526754230114341137555
Binary10010101101101111011001001101001100111001001011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B72C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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