Html Css Color HEX #94B53A Limerick

📋 copy color: '#94B53A'

red 148 ◦ green 181 ◦ blue 58

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

Shades of Limerick #94B53A

Tints of Limerick #94B53A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 46.77%

 BLUE value IS 58 (23.05% from 255) = 14.99%

R = 38.24%
G = 46.77%
B = 14.99%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#94B53A (or 0x94B53A) is known color: Limerick. HEX triplet: 94, B5 and 3A. RGB value is (148,181,58). Sum of RGB (Red+Green+Blue) = 148+181+58=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 181 (71.09% from 255 or 46.77% from 387); Blue value is 58 (23.05% from 255 or 14.99% from 387); Max value from RGB is 181 - color contains mainly: green. Hex color #94B53A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94B53A is #6B4AC5. Grayscale: #9D9D9D. Windows color (decimal): -7031494 or 3847572. OLE color: 3847572.

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

Color convert

RGB 148 181 58 -
CMYK 0.18 0 0.68 0.29
HSL 76.1º 0.51% 0.47% -
HSV(B) 76.1º 0.68% 0.71% -
XYZ 29.5 39.65 10.1 -
YUV 157.11 72.07 121.5 -
System Red Green Blue C M Y K H S L
Decimal 148 181 58 0.18 0 0.68 0.29 76.1 0.51 0.47
Hex 94 B5 3A 12 0 44 1D 4C 33 2F
Octal 224 265 72 22 0 104 35 114 63 57
Binary 10010100 10110101 111010 10010 0 1000100 11101 1001100 110011 101111

Color Harmonies of #94B53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B53A

Black with #94B53A

Text Example


Text Example

White with #94B53A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,181,58); }

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

background-color css

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

 a { background-color: rgb(148,181,58); }

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

border-color css

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

 span { border-color: rgb(148,181,58); }

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