Html Css Color HEX #94B334 Limerick

📋 copy color: '#94B334'

red 148 ◦ green 179 ◦ blue 52

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

Shades of Limerick #94B334

Tints of Limerick #94B334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.72%

R = 39.05%
G = 47.23%
B = 13.72%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#94B334 (or 0x94B334) is known color: Limerick. HEX triplet: 94, B3 and 34. RGB value is (148,179,52). Sum of RGB (Red+Green+Blue) = 148+179+52=379 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.05% from 379); Green value is 179 (70.31% from 255 or 47.23% from 379); Blue value is 52 (20.70% from 255 or 13.72% from 379); Max value from RGB is 179 - color contains mainly: green. Hex color #94B334 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94B334 is #6B4CCB. Grayscale: #9B9B9B. Windows color (decimal): -7032012 or 3453844. OLE color: 3453844.

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

Color convert

RGB 148 179 52 -
CMYK 0.17 0 0.71 0.30
HSL 74.65º 0.55% 0.45% -
HSV(B) 74.65º 0.71% 0.7% -
XYZ 28.95 38.78 9.21 -
YUV 155.25 69.73 122.83 -
System Red Green Blue C M Y K H S L
Decimal 148 179 52 0.17 0 0.71 0.30 74.65 0.55 0.45
Hex 94 B3 34 11 0 47 1E 4B 37 2D
Octal 224 263 64 21 0 107 36 113 67 55
Binary 10010100 10110011 110100 10001 0 1000111 11110 1001011 110111 101101

Color Harmonies of #94B334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B334

Black with #94B334

Text Example


Text Example

White with #94B334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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