#95B33B

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

Shades of Limerick #95B33B

Tints of Limerick #95B33B

Color information

#95B33B (or 0x95B33B) is unknown color: approx Limerick. HEX triplet: 95, B3 and 3B. RGB value is (149,179,59). Sum of RGB (Red+Green+Blue) = 149+179+59=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 179 (70.31% from 255 or 46.25% from 387); Blue value is 59 (23.44% from 255 or 15.25% from 387); Max value from RGB is 179 - color contains mainly: green. Hex color #95B33B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95B33B is #6A4CC4. Grayscale: #9C9C9C. Windows color (decimal): -6966469 or 3912597. OLE color: 3912597.

HSL color Cylindrical-coordinate representation of color #95B33B: hue angle of 75º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #95B33B is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.30.

Color convert

RGB14917959-
CMYK0.1700.670.30
HSL75º50.42%46.67%-
HSV(B)75º67.04%70.2%-
XYZ29.338.9510.11-
YUV156.3573.06122.76-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.50%
GREEN value IS 179 (70.31% from 255) = 46.25%
BLUE value IS 59 (23.44% from 255) = 15.25%
R=38.50%
G=46.25%
B=15.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal149179590.1700.670.307550.4246.67
Hex95B33B110431E4b322f
Octal22526373210103361136257
Binary10010101101100111110111000101000011111101001011110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B33B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,179,59); }

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

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

 a { background-color: rgb(149,179,59); }

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

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

 span { border-color: rgb(149,179,59); }

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