Html Css Color HEX #9FB131 Limerick

📋 copy color: '#9FB131'

red 159 ◦ green 177 ◦ blue 49

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

Shades of Limerick #9FB131

Tints of Limerick #9FB131

RGB

 RED value IS 159 (62.5% from 255) = 41.3%

 GREEN value IS 177 (69.53% from 255) = 45.97%

 BLUE value IS 49 (19.53% from 255) = 12.73%

R = 41.3%
G = 45.97%
B = 12.73%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#9FB131 (or 0x9FB131) is known color: Limerick. HEX triplet: 9F, B1 and 31. RGB value is (159,177,49). Sum of RGB (Red+Green+Blue) = 159+177+49=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 177 (69.53% from 255 or 45.97% from 385); Blue value is 49 (19.53% from 255 or 12.73% from 385); Max value from RGB is 177 - color contains mainly: green. Hex color #9FB131 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FB131 is #604ECE. Grayscale: #9D9D9D. Windows color (decimal): -6311631 or 3256735. OLE color: 3256735.

HSL color Cylindrical-coordinate representation of color #9FB131: hue angle of 68.44º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9FB131 is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 159 177 49 -
CMYK 0.10 0 0.72 0.31
HSL 68.44º 0.57% 0.44% -
HSV(B) 68.44º 0.72% 0.69% -
XYZ 30.57 39.04 8.83 -
YUV 157.03 67.04 129.41 -
System Red Green Blue C M Y K H S L
Decimal 159 177 49 0.10 0 0.72 0.31 68.44 0.57 0.44
Hex 9F B1 31 A 0 48 1F 44 39 2C
Octal 237 261 61 12 0 110 37 104 71 54
Binary 10011111 10110001 110001 1010 0 1001000 11111 1000100 111001 101100

Color Harmonies of #9FB131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB131

Black with #9FB131

Text Example


Text Example

White with #9FB131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FB131; }

 p { color: rgb(159,177,49); }

 H1.HeaderClassName
 {
   color: #9FB131;
 }
 .AnyTagClassName
 {
   color: #9FB131;
 }
</style>

background-color css

<style>
 a { background-color: #9FB131; }

 a { background-color: rgb(159,177,49); }

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

border-color css

<style>
 span { border-color: #9FB131; }

 span { border-color: rgb(159,177,49); }

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