Html Css Color HEX #94B63C Limerick

📋 copy color: '#94B63C'

red 148 ◦ green 182 ◦ blue 60

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

Shades of Limerick #94B63C

Tints of Limerick #94B63C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 46.67%

 BLUE value IS 60 (23.83% from 255) = 15.38%

R = 37.95%
G = 46.67%
B = 15.38%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#94B63C (or 0x94B63C) is known color: Limerick. HEX triplet: 94, B6 and 3C. RGB value is (148,182,60). Sum of RGB (Red+Green+Blue) = 148+182+60=390 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.95% from 390); Green value is 182 (71.48% from 255 or 46.67% from 390); Blue value is 60 (23.83% from 255 or 15.38% from 390); Max value from RGB is 182 - color contains mainly: green. Hex color #94B63C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94B63C is #6B49C3. Grayscale: #9E9E9E. Windows color (decimal): -7031236 or 3978900. OLE color: 3978900.

HSL color Cylindrical-coordinate representation of color #94B63C: hue angle of 76.72º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #94B63C is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB 148 182 60 -
CMYK 0.19 0 0.67 0.29
HSL 76.72º 0.5% 0.47% -
HSV(B) 76.72º 0.67% 0.71% -
XYZ 29.76 40.08 10.44 -
YUV 157.93 72.74 120.92 -
System Red Green Blue C M Y K H S L
Decimal 148 182 60 0.19 0 0.67 0.29 76.72 0.5 0.47
Hex 94 B6 3C 13 0 43 1D 4D 32 2F
Octal 224 266 74 23 0 103 35 115 62 57
Binary 10010100 10110110 111100 10011 0 1000011 11101 1001101 110010 101111

Color Harmonies of #94B63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B63C

Black with #94B63C

Text Example


Text Example

White with #94B63C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,182,60); }

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

background-color css

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

 a { background-color: rgb(148,182,60); }

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

border-color css

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

 span { border-color: rgb(148,182,60); }

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