Html Css Color HEX #94B31F Limerick

📋 copy color: '#94B31F'

red 148 ◦ green 179 ◦ blue 31

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

Shades of Limerick #94B31F

Tints of Limerick #94B31F

RGB

 RED value IS 148 (58.2% from 255) = 41.34%

 GREEN value IS 179 (70.31% from 255) = 50%

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

R = 41.34%
G = 50%
B = 8.66%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#94B31F (or 0x94B31F) is known color: Limerick. HEX triplet: 94, B3 and 1F. RGB value is (148,179,31). Sum of RGB (Red+Green+Blue) = 148+179+31=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 179 (70.31% from 255 or 50% from 358); Blue value is 31 (12.5% from 255 or 8.66% from 358); Max value from RGB is 179 - color contains mainly: green. Hex color #94B31F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94B31F is #6B4CE0. Grayscale: #999999. Windows color (decimal): -7032033 or 2077588. OLE color: 2077588.

HSL color Cylindrical-coordinate representation of color #94B31F: hue angle of 72.57º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #94B31F is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB 148 179 31 -
CMYK 0.17 0 0.83 0.30
HSL 72.57º 0.7% 0.41% -
HSV(B) 72.57º 0.83% 0.7% -
XYZ 28.58 38.64 7.25 -
YUV 152.86 59.23 124.53 -
System Red Green Blue C M Y K H S L
Decimal 148 179 31 0.17 0 0.83 0.30 72.57 0.7 0.41
Hex 94 B3 1F 11 0 53 1E 49 46 29
Octal 224 263 37 21 0 123 36 111 106 51
Binary 10010100 10110011 11111 10001 0 1010011 11110 1001001 1000110 101001

Color Harmonies of #94B31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B31F

Black with #94B31F

Text Example


Text Example

White with #94B31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94B31F; }

 p { color: rgb(148,179,31); }

 H1.HeaderClassName
 {
   color: #94B31F;
 }
 .AnyTagClassName
 {
   color: #94B31F;
 }
</style>

background-color css

<style>
 a { background-color: #94B31F; }

 a { background-color: rgb(148,179,31); }

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

border-color css

<style>
 span { border-color: #94B31F; }

 span { border-color: rgb(148,179,31); }

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