Html Css Color HEX #95B91F Limerick

📋 copy color: '#95B91F'

red 149 ◦ green 185 ◦ blue 31

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

Shades of Limerick #95B91F

Tints of Limerick #95B91F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 50.68%

 BLUE value IS 31 (12.5% from 255) = 8.49%

R = 40.82%
G = 50.68%
B = 8.49%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#95B91F (or 0x95B91F) is known color: Limerick. HEX triplet: 95, B9 and 1F. RGB value is (149,185,31). Sum of RGB (Red+Green+Blue) = 149+185+31=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 185 (72.66% from 255 or 50.68% from 365); Blue value is 31 (12.5% from 255 or 8.49% from 365); Max value from RGB is 185 - color contains mainly: green. Hex color #95B91F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95B91F is #6A46E0. Grayscale: #9D9D9D. Windows color (decimal): -6964961 or 2079125. OLE color: 2079125.

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

Color convert

RGB 149 185 31 -
CMYK 0.19 0 0.83 0.27
HSL 74.03º 0.71% 0.42% -
HSV(B) 74.03º 0.83% 0.73% -
XYZ 29.99 41.19 7.67 -
YUV 156.68 57.07 122.52 -
System Red Green Blue C M Y K H S L
Decimal 149 185 31 0.19 0 0.83 0.27 74.03 0.71 0.42
Hex 95 B9 1F 13 0 53 1B 4A 47 2A
Octal 225 271 37 23 0 123 33 112 107 52
Binary 10010101 10111001 11111 10011 0 1010011 11011 1001010 1000111 101010

Color Harmonies of #95B91F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B91F

Black with #95B91F

Text Example


Text Example

White with #95B91F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,185,31); }

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

background-color css

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

 a { background-color: rgb(149,185,31); }

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

border-color css

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

 span { border-color: rgb(149,185,31); }

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