Html Css Color HEX #95BB20 Limerick

📋 copy color: '#95BB20'

red 149 ◦ green 187 ◦ blue 32

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

Shades of Limerick #95BB20

Tints of Limerick #95BB20

RGB

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

 GREEN value IS 187 (73.44% from 255) = 50.82%

 BLUE value IS 32 (12.89% from 255) = 8.7%

R = 40.49%
G = 50.82%
B = 8.7%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#95BB20 (or 0x95BB20) is known color: Limerick. HEX triplet: 95, BB and 20. RGB value is (149,187,32). Sum of RGB (Red+Green+Blue) = 149+187+32=368 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.49% from 368); Green value is 187 (73.44% from 255 or 50.82% from 368); Blue value is 32 (12.89% from 255 or 8.70% from 368); Max value from RGB is 187 - color contains mainly: green. Hex color #95BB20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95BB20 is #6A44DF. Grayscale: #9E9E9E. Windows color (decimal): -6964448 or 2145173. OLE color: 2145173.

HSL color Cylindrical-coordinate representation of color #95BB20: hue angle of 74.71º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #95BB20 is Cyan = 0.20, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 187 32 -
CMYK 0.20 0 0.83 0.27
HSL 74.71º 0.71% 0.43% -
HSV(B) 74.71º 0.83% 0.73% -
XYZ 30.43 42.03 7.88 -
YUV 157.97 56.91 121.6 -
System Red Green Blue C M Y K H S L
Decimal 149 187 32 0.20 0 0.83 0.27 74.71 0.71 0.43
Hex 95 BB 20 14 0 53 1B 4B 47 2B
Octal 225 273 40 24 0 123 33 113 107 53
Binary 10010101 10111011 100000 10100 0 1010011 11011 1001011 1000111 101011

Color Harmonies of #95BB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BB20

Black with #95BB20

Text Example


Text Example

White with #95BB20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,187,32); }

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

background-color css

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

 a { background-color: rgb(149,187,32); }

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

border-color css

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

 span { border-color: rgb(149,187,32); }

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