Html Css Color HEX #94B333 Limerick

📋 copy color: '#94B333'

red 148 ◦ green 179 ◦ blue 51

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

Shades of Limerick #94B333

Tints of Limerick #94B333

RGB

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

 GREEN value IS 179 (70.31% from 255) = 47.35%

 BLUE value IS 51 (20.31% from 255) = 13.49%

R = 39.15%
G = 47.35%
B = 13.49%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#94B333 (or 0x94B333) is known color: Limerick. HEX triplet: 94, B3 and 33. RGB value is (148,179,51). Sum of RGB (Red+Green+Blue) = 148+179+51=378 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.15% from 378); Green value is 179 (70.31% from 255 or 47.35% from 378); Blue value is 51 (20.31% from 255 or 13.49% from 378); Max value from RGB is 179 - color contains mainly: green. Hex color #94B333 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94B333 is #6B4CCC. Grayscale: #9B9B9B. Windows color (decimal): -7032013 or 3388308. OLE color: 3388308.

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

Color convert

RGB 148 179 51 -
CMYK 0.17 0 0.72 0.30
HSL 74.53º 0.56% 0.45% -
HSV(B) 74.53º 0.72% 0.7% -
XYZ 28.93 38.78 9.09 -
YUV 155.14 69.23 122.91 -
System Red Green Blue C M Y K H S L
Decimal 148 179 51 0.17 0 0.72 0.30 74.53 0.56 0.45
Hex 94 B3 33 11 0 48 1E 4B 38 2D
Octal 224 263 63 21 0 110 36 113 70 55
Binary 10010100 10110011 110011 10001 0 1001000 11110 1001011 111000 101101

Color Harmonies of #94B333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B333

Black with #94B333

Text Example


Text Example

White with #94B333

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,179,51); }

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

background-color css

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

 a { background-color: rgb(148,179,51); }

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

border-color css

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

 span { border-color: rgb(148,179,51); }

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