#95BD26

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

Shades of Limerick #95BD26

Tints of Limerick #95BD26

Color information

#95BD26 (or 0x95BD26) is unknown color: approx Limerick. HEX triplet: 95, BD and 26. RGB value is (149,189,38). Sum of RGB (Red+Green+Blue) = 149+189+38=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 189 (74.22% from 255 or 50.27% from 376); Blue value is 38 (15.23% from 255 or 10.11% from 376); Max value from RGB is 189 - color contains mainly: green. Hex color #95BD26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95BD26 is #6A42D9. Grayscale: #A0A0A0. Windows color (decimal): -6963930 or 2538901. OLE color: 2538901.

HSL color Cylindrical-coordinate representation of color #95BD26: hue angle of 75.89º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #95BD26 is Cyan = 0.21, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB14918938-
CMYK0.2100.800.26
HSL75.89º66.52%44.51%-
HSV(B)75.89º79.89%74.12%-
XYZ30.9442.928.49-
YUV159.8359.25120.28-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.63%
GREEN value IS 189 (74.22% from 255) = 50.27%
BLUE value IS 38 (15.23% from 255) = 10.11%
R=39.63%
G=50.27%
B=10.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal149189380.2100.800.2675.8966.5244.51
Hex95BD26150501A4c432d
Octal225275462501203211410355
Binary100101011011110110011010101010100001101010011001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BD26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,189,38); }

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

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

 a { background-color: rgb(149,189,38); }

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

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

 span { border-color: rgb(149,189,38); }

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