Html Css Color HEX #95B521 Limerick

📋 copy color: '#95B521'

red 149 ◦ green 181 ◦ blue 33

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

Shades of Limerick #95B521

Tints of Limerick #95B521

RGB

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

 GREEN value IS 181 (71.09% from 255) = 49.86%

 BLUE value IS 33 (13.28% from 255) = 9.09%

R = 41.05%
G = 49.86%
B = 9.09%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#95B521 (or 0x95B521) is known color: Limerick. HEX triplet: 95, B5 and 21. RGB value is (149,181,33). Sum of RGB (Red+Green+Blue) = 149+181+33=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 181 (71.09% from 255 or 49.86% from 363); Blue value is 33 (13.28% from 255 or 9.09% from 363); Max value from RGB is 181 - color contains mainly: green. Hex color #95B521 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95B521 is #6A4ADE. Grayscale: #9B9B9B. Windows color (decimal): -6965983 or 2209173. OLE color: 2209173.

HSL color Cylindrical-coordinate representation of color #95B521: hue angle of 72.97º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #95B521 is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 149 181 33 -
CMYK 0.18 0 0.82 0.29
HSL 72.97º 0.69% 0.42% -
HSV(B) 72.97º 0.82% 0.71% -
XYZ 29.19 39.55 7.53 -
YUV 154.56 59.4 124.03 -
System Red Green Blue C M Y K H S L
Decimal 149 181 33 0.18 0 0.82 0.29 72.97 0.69 0.42
Hex 95 B5 21 12 0 52 1D 49 45 2A
Octal 225 265 41 22 0 122 35 111 105 52
Binary 10010101 10110101 100001 10010 0 1010010 11101 1001001 1000101 101010

Color Harmonies of #95B521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B521

Black with #95B521

Text Example


Text Example

White with #95B521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,181,33); }

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

background-color css

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

 a { background-color: rgb(149,181,33); }

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

border-color css

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

 span { border-color: rgb(149,181,33); }

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