#95B534

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

Shades of Limerick #95B534

Tints of Limerick #95B534

Color information

#95B534 (or 0x95B534) is unknown color: approx Limerick. HEX triplet: 95, B5 and 34. RGB value is (149,181,52). Sum of RGB (Red+Green+Blue) = 149+181+52=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 181 (71.09% from 255 or 47.38% from 382); Blue value is 52 (20.70% from 255 or 13.61% from 382); Max value from RGB is 181 - color contains mainly: green. Hex color #95B534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95B534 is #6A4ACB. Grayscale: #9D9D9D. Windows color (decimal): -6965964 or 3454357. OLE color: 3454357.

HSL color Cylindrical-coordinate representation of color #95B534: hue angle of 74.88º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #95B534 is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB14918152-
CMYK0.1800.710.29
HSL74.88º55.36%45.69%-
HSV(B)74.88º71.27%70.98%-
XYZ29.5439.699.35-
YUV156.7368.9122.49-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.01%
GREEN value IS 181 (71.09% from 255) = 47.38%
BLUE value IS 52 (20.70% from 255) = 13.61%
R=39.01%
G=47.38%
B=13.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal149181520.1800.710.2974.8855.3645.69
Hex95B534120471D4b372e
Octal22526564220107351136756
Binary10010101101101011101001001001000111111011001011110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,181,52); }

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

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

 a { background-color: rgb(149,181,52); }

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

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

 span { border-color: rgb(149,181,52); }

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