Html Css Color HEX #94A738 Limerick

📋 copy color: '#94A738'

red 148 ◦ green 167 ◦ blue 56

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

Shades of Limerick #94A738

Tints of Limerick #94A738

RGB

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

 GREEN value IS 167 (65.63% from 255) = 45.01%

 BLUE value IS 56 (22.27% from 255) = 15.09%

R = 39.89%
G = 45.01%
B = 15.09%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#94A738 (or 0x94A738) is known color: Limerick. HEX triplet: 94, A7 and 38. RGB value is (148,167,56). Sum of RGB (Red+Green+Blue) = 148+167+56=371 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.89% from 371); Green value is 167 (65.62% from 255 or 45.01% from 371); Blue value is 56 (22.27% from 255 or 15.09% from 371); Max value from RGB is 167 - color contains mainly: green. Hex color #94A738 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A738 is #6B58C7. Grayscale: #959595. Windows color (decimal): -7035080 or 3712916. OLE color: 3712916.

HSL color Cylindrical-coordinate representation of color #94A738: hue angle of 70.27º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #94A738 is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB 148 167 56 -
CMYK 0.11 0 0.66 0.35
HSL 70.27º 0.5% 0.44% -
HSV(B) 70.27º 0.66% 0.65% -
XYZ 26.75 34.22 8.94 -
YUV 148.67 75.71 127.53 -
System Red Green Blue C M Y K H S L
Decimal 148 167 56 0.11 0 0.66 0.35 70.27 0.5 0.44
Hex 94 A7 38 B 0 42 23 46 32 2C
Octal 224 247 70 13 0 102 43 106 62 54
Binary 10010100 10100111 111000 1011 0 1000010 100011 1000110 110010 101100

Color Harmonies of #94A738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A738

Black with #94A738

Text Example


Text Example

White with #94A738

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,167,56); }

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

background-color css

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

 a { background-color: rgb(148,167,56); }

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

border-color css

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

 span { border-color: rgb(148,167,56); }

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