#95b03a

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

Shades of Limerick #95B03A

Tints of Limerick #95B03A

Color information

#95B03A (or 0x95B03A) is unknown color: approx Limerick. HEX triplet: 95, B0 and 3A. RGB value is (149,176,58). Sum of RGB (Red+Green+Blue) = 149+176+58=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 176 (69.14% from 255 or 45.95% from 383); Blue value is 58 (23.05% from 255 or 15.14% from 383); Max value from RGB is 176 - color contains mainly: green. Hex color #95B03A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95B03A is #6A4FC5. Grayscale: #9A9A9A. Windows color (decimal): -6967238 or 3846293. OLE color: 3846293.

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

Color convert

RGB14917658-
CMYK0.1500.670.31
HSL73.73º50.43%45.88%-
HSV(B)73.73º67.05%69.02%-
XYZ28.6837.759.78-
YUV154.4873.55124.09-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.90%
GREEN value IS 176 (69.14% from 255) = 45.95%
BLUE value IS 58 (23.05% from 255) = 15.14%
R=38.90%
G=45.95%
B=15.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal149176580.1500.670.3173.7350.4345.88
Hex95B03AF0431F4a322e
Octal22526072170103371126256
Binary1001010110110000111010111101000011111111001010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95b03a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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