Html Css Color HEX #94B341 Limerick

📋 copy color: '#94B341'

red 148 ◦ green 179 ◦ blue 65

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

Shades of Limerick #94B341

Tints of Limerick #94B341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.58%

R = 37.76%
G = 45.66%
B = 16.58%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#94B341 (or 0x94B341) is known color: Limerick. HEX triplet: 94, B3 and 41. RGB value is (148,179,65). Sum of RGB (Red+Green+Blue) = 148+179+65=392 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.76% from 392); Green value is 179 (70.31% from 255 or 45.66% from 392); Blue value is 65 (25.78% from 255 or 16.58% from 392); Max value from RGB is 179 - color contains mainly: green. Hex color #94B341 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94B341 is #6B4CBE. Grayscale: #9D9D9D. Windows color (decimal): -7031999 or 4305812. OLE color: 4305812.

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

Color convert

RGB 148 179 65 -
CMYK 0.17 0 0.64 0.30
HSL 76.32º 0.47% 0.48% -
HSV(B) 76.32º 0.64% 0.7% -
XYZ 29.29 38.92 10.97 -
YUV 156.74 76.23 121.77 -
System Red Green Blue C M Y K H S L
Decimal 148 179 65 0.17 0 0.64 0.30 76.32 0.47 0.48
Hex 94 B3 41 11 0 40 1E 4C 2F 30
Octal 224 263 101 21 0 100 36 114 57 60
Binary 10010100 10110011 1000001 10001 0 1000000 11110 1001100 101111 110000

Color Harmonies of #94B341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B341

Black with #94B341

Text Example


Text Example

White with #94B341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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