#95B623

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

Shades of Limerick #95B623

Tints of Limerick #95B623

Color information

#95B623 (or 0x95B623) is unknown color: approx Limerick. HEX triplet: 95, B6 and 23. RGB value is (149,182,35). Sum of RGB (Red+Green+Blue) = 149+182+35=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 182 (71.48% from 255 or 49.73% from 366); Blue value is 35 (14.06% from 255 or 9.56% from 366); Max value from RGB is 182 - color contains mainly: green. Hex color #95B623 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95B623 is #6A49DC. Grayscale: #9B9B9B. Windows color (decimal): -6965725 or 2340501. OLE color: 2340501.

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

Color convert

RGB14918235-
CMYK0.1800.810.29
HSL73.47º67.74%42.55%-
HSV(B)73.47º80.77%71.37%-
XYZ29.4339.977.75-
YUV155.3860.07123.45-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.71%
GREEN value IS 182 (71.48% from 255) = 49.73%
BLUE value IS 35 (14.06% from 255) = 9.56%
R=40.71%
G=49.73%
B=9.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal149182350.1800.810.2973.4767.7442.55
Hex95B623120511D49442b
Octal225266432201213511110453
Binary100101011011011010001110010010100011110110010011000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,182,35); }

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

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

 a { background-color: rgb(149,182,35); }

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

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

 span { border-color: rgb(149,182,35); }

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