Html Css Color HEX #94B243 Limerick

📋 copy color: '#94B243'

red 148 ◦ green 178 ◦ blue 67

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

Shades of Limerick #94B243

Tints of Limerick #94B243

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.29%

 BLUE value IS 67 (26.56% from 255) = 17.05%

R = 37.66%
G = 45.29%
B = 17.05%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#94B243 (or 0x94B243) is known color: Limerick. HEX triplet: 94, B2 and 43. RGB value is (148,178,67). Sum of RGB (Red+Green+Blue) = 148+178+67=393 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.66% from 393); Green value is 178 (69.92% from 255 or 45.29% from 393); Blue value is 67 (26.56% from 255 or 17.05% from 393); Max value from RGB is 178 - color contains mainly: green. Hex color #94B243 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94B243 is #6B4DBC. Grayscale: #9C9C9C. Windows color (decimal): -7032253 or 4436628. OLE color: 4436628.

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

Color convert

RGB 148 178 67 -
CMYK 0.17 0 0.62 0.30
HSL 76.22º 0.45% 0.48% -
HSV(B) 76.22º 0.62% 0.7% -
XYZ 29.15 38.54 11.21 -
YUV 156.38 77.56 122.03 -
System Red Green Blue C M Y K H S L
Decimal 148 178 67 0.17 0 0.62 0.30 76.22 0.45 0.48
Hex 94 B2 43 11 0 3E 1E 4C 2D 30
Octal 224 262 103 21 0 76 36 114 55 60
Binary 10010100 10110010 1000011 10001 0 111110 11110 1001100 101101 110000

Color Harmonies of #94B243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B243

Black with #94B243

Text Example


Text Example

White with #94B243

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,178,67); }

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

background-color css

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

 a { background-color: rgb(148,178,67); }

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

border-color css

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

 span { border-color: rgb(148,178,67); }

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