#95B023

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

Shades of Limerick #95B023

Tints of Limerick #95B023

Color information

#95B023 (or 0x95B023) is unknown color: approx Limerick. HEX triplet: 95, B0 and 23. RGB value is (149,176,35). Sum of RGB (Red+Green+Blue) = 149+176+35=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 176 (69.14% from 255 or 48.89% from 360); Blue value is 35 (14.06% from 255 or 9.72% from 360); Max value from RGB is 176 - color contains mainly: green. Hex color #95B023 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95B023 is #6A4FDC. Grayscale: #989898. Windows color (decimal): -6967261 or 2338965. OLE color: 2338965.

HSL color Cylindrical-coordinate representation of color #95B023: hue angle of 71.49º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #95B023 is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB14917635-
CMYK0.1500.800.31
HSL71.49º66.82%41.37%-
HSV(B)71.49º80.11%69.02%-
XYZ28.2237.567.35-
YUV151.8562.05125.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.39%
GREEN value IS 176 (69.14% from 255) = 48.89%
BLUE value IS 35 (14.06% from 255) = 9.72%
R=41.39%
G=48.89%
B=9.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal149176350.1500.800.3171.4966.8241.37
Hex95B023F0501F474329
Octal225260431701203710710351
Binary10010101101100001000111111010100001111110001111000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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