Html Css Color HEX #94B136 Limerick

📋 copy color: '#94B136'

red 148 ◦ green 177 ◦ blue 54

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

Shades of Limerick #94B136

Tints of Limerick #94B136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 14.25%

R = 39.05%
G = 46.7%
B = 14.25%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#94B136 (or 0x94B136) is known color: Limerick. HEX triplet: 94, B1 and 36. RGB value is (148,177,54). Sum of RGB (Red+Green+Blue) = 148+177+54=379 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.05% from 379); Green value is 177 (69.53% from 255 or 46.70% from 379); Blue value is 54 (21.48% from 255 or 14.25% from 379); Max value from RGB is 177 - color contains mainly: green. Hex color #94B136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94B136 is #6B4EC9. Grayscale: #9A9A9A. Windows color (decimal): -7032522 or 3584404. OLE color: 3584404.

HSL color Cylindrical-coordinate representation of color #94B136: hue angle of 74.15º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #94B136 is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 148 177 54 -
CMYK 0.16 0 0.69 0.31
HSL 74.15º 0.53% 0.45% -
HSV(B) 74.15º 0.69% 0.69% -
XYZ 28.6 38.01 9.32 -
YUV 154.31 71.39 123.5 -
System Red Green Blue C M Y K H S L
Decimal 148 177 54 0.16 0 0.69 0.31 74.15 0.53 0.45
Hex 94 B1 36 10 0 45 1F 4A 35 2D
Octal 224 261 66 20 0 105 37 112 65 55
Binary 10010100 10110001 110110 10000 0 1000101 11111 1001010 110101 101101

Color Harmonies of #94B136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B136

Black with #94B136

Text Example


Text Example

White with #94B136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,177,54); }

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

background-color css

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

 a { background-color: rgb(148,177,54); }

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

border-color css

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

 span { border-color: rgb(148,177,54); }

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