Html Css Color HEX #95B72C Limerick

📋 copy color: '#95B72C'

red 149 ◦ green 183 ◦ blue 44

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

Shades of Limerick #95B72C

Tints of Limerick #95B72C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 48.67%

 BLUE value IS 44 (17.58% from 255) = 11.7%

R = 39.63%
G = 48.67%
B = 11.7%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#95B72C (or 0x95B72C) is known color: Limerick. HEX triplet: 95, B7 and 2C. RGB value is (149,183,44). Sum of RGB (Red+Green+Blue) = 149+183+44=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 183 (71.88% from 255 or 48.67% from 376); Blue value is 44 (17.58% from 255 or 11.70% from 376); Max value from RGB is 183 - color contains mainly: green. Hex color #95B72C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95B72C is #6A48D3. Grayscale: #9D9D9D. Windows color (decimal): -6965460 or 2930581. OLE color: 2930581.

HSL color Cylindrical-coordinate representation of color #95B72C: hue angle of 74.68º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #95B72C is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB 149 183 44 -
CMYK 0.19 0 0.76 0.28
HSL 74.68º 0.61% 0.45% -
HSV(B) 74.68º 0.76% 0.72% -
XYZ 29.78 40.44 8.62 -
YUV 156.99 64.24 122.3 -
System Red Green Blue C M Y K H S L
Decimal 149 183 44 0.19 0 0.76 0.28 74.68 0.61 0.45
Hex 95 B7 2C 13 0 4C 1C 4B 3D 2D
Octal 225 267 54 23 0 114 34 113 75 55
Binary 10010101 10110111 101100 10011 0 1001100 11100 1001011 111101 101101

Color Harmonies of #95B72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B72C

Black with #95B72C

Text Example


Text Example

White with #95B72C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,183,44); }

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

background-color css

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

 a { background-color: rgb(149,183,44); }

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

border-color css

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

 span { border-color: rgb(149,183,44); }

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