Html Css Color HEX #95B341 Limerick

📋 copy color: '#95B341'

red 149 ◦ green 179 ◦ blue 65

#95B341
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limerick #95B341

Tints of Limerick #95B341

RGB

 RED value IS 149 (58.59% from 255) = 37.91%

 GREEN value IS 179 (70.31% from 255) = 45.55%

 BLUE value IS 65 (25.78% from 255) = 16.54%

R = 37.91%
G = 45.55%
B = 16.54%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#95B341 (or 0x95B341) is known color: Limerick. HEX triplet: 95, B3 and 41. RGB value is (149,179,65). Sum of RGB (Red+Green+Blue) = 149+179+65=393 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.91% from 393); Green value is 179 (70.31% from 255 or 45.55% from 393); Blue value is 65 (25.78% from 255 or 16.54% from 393); Max value from RGB is 179 - color contains mainly: green. Hex color #95B341 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95B341 is #6A4CBE. Grayscale: #9D9D9D. Windows color (decimal): -6966463 or 4305813. OLE color: 4305813.

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

Color convert

RGB 149 179 65 -
CMYK 0.17 0 0.64 0.30
HSL 75.79º 0.47% 0.48% -
HSV(B) 75.79º 0.64% 0.7% -
XYZ 29.47 39.01 10.98 -
YUV 157.03 76.06 122.27 -
System Red Green Blue C M Y K H S L
Decimal 149 179 65 0.17 0 0.64 0.30 75.79 0.47 0.48
Hex 95 B3 41 11 0 40 1E 4C 2F 30
Octal 225 263 101 21 0 100 36 114 57 60
Binary 10010101 10110011 1000001 10001 0 1000000 11110 1001100 101111 110000

Color Harmonies of #95B341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B341

Black with #95B341

Text Example


Text Example

White with #95B341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #95B341;
 }
 .AnyTagClassName
 {
   color: #95B341;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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