Html Css Color HEX #95B81C Limerick

📋 copy color: '#95B81C'

red 149 ◦ green 184 ◦ blue 28

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

Shades of Limerick #95B81C

Tints of Limerick #95B81C

RGB

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

 GREEN value IS 184 (72.27% from 255) = 50.97%

 BLUE value IS 28 (11.33% from 255) = 7.76%

R = 41.27%
G = 50.97%
B = 7.76%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#95B81C (or 0x95B81C) is known color: Limerick. HEX triplet: 95, B8 and 1C. RGB value is (149,184,28). Sum of RGB (Red+Green+Blue) = 149+184+28=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 184 (72.27% from 255 or 50.97% from 361); Blue value is 28 (11.33% from 255 or 7.76% from 361); Max value from RGB is 184 - color contains mainly: green. Hex color #95B81C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95B81C is #6A47E3. Grayscale: #9C9C9C. Windows color (decimal): -6965220 or 1882261. OLE color: 1882261.

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

Color convert

RGB 149 184 28 -
CMYK 0.19 0 0.85 0.28
HSL 73.46º 0.74% 0.42% -
HSV(B) 73.46º 0.85% 0.72% -
XYZ 29.74 40.75 7.4 -
YUV 155.75 55.9 123.18 -
System Red Green Blue C M Y K H S L
Decimal 149 184 28 0.19 0 0.85 0.28 73.46 0.74 0.42
Hex 95 B8 1C 13 0 55 1C 49 4A 2A
Octal 225 270 34 23 0 125 34 111 112 52
Binary 10010101 10111000 11100 10011 0 1010101 11100 1001001 1001010 101010

Color Harmonies of #95B81C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B81C

Black with #95B81C

Text Example


Text Example

White with #95B81C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,184,28); }

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

background-color css

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

 a { background-color: rgb(149,184,28); }

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

border-color css

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

 span { border-color: rgb(149,184,28); }

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